You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aggregation-platform/plugins/developer/html/fileMigrationTask.html

17 lines
627 B

8 years ago
<div ng-controller="Developer.KubeTaskController">
<div class="row">
<div hawtio-breadcrumbs></div>
</div>
<div class="row">
<div hawtio-tabs></div>
</div>
<div class="container-content ">
<div class="row align-center mb10" ng-hide="model.transferTasks.length">
8 years ago
<p class="alert alert-info">当前没有可以查看的任务列表!</p>
</div>
<div class="row mb10" ng-show="model.transferTasks.length">
<table class="table table-bordered table-striped sj_content_table" hawtio-simple-table="tableConfig" />
8 years ago
</div>
</div>
</div>