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.
|
|
|
<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">
|
|
|
|
<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" />
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|