Update replication.directive.html

fixed table title
This commit is contained in:
yhua123 2016-06-28 19:33:23 +08:00 committed by GitHub
parent 6a7f5b418c
commit 115947a618

View File

@ -9,9 +9,10 @@
</div>
<create-policy reload="vm.retrieve()" action="vm.action" modal-title="//vm.modalTitle//" policy-id="//vm.policyId//"></create-policy>
</div>
<div class="pane">
<div class="sub-pane">
<table class="table table-pane">
<div class="pane-split" id="down-pane">
<div class="sub-pane-split">
<div class="table-head-container">
<table class="table table-pane table-header">
<thead>
<th width="14%">// 'name' | tr //</th>
<th width="18%">// 'description' | tr //</th>
@ -21,6 +22,10 @@
<th width="12%">// 'activation' | tr //</th>
<th width="12%">// 'actions' | tr //</th>
</thead>
</table>
</div>
<div class="table-body-container" style="height: 200px;">
<table class="table table-pane">
<tbody>
<tr ng-if="vm.replications.length == 0">
<td colspan="7" height="100%" class="empty-hint" ><h3 class="text-muted">// 'no_replications' | tr //</h3></td>
@ -50,6 +55,8 @@
</table>
</div>
</div>
</div>
</div>
<div class="col-xs-4 col-md-12 well well-sm well-custom"><div class="col-md-offset-10">//vm.replications ? vm.replications.length : 0// // 'items' | tr //</div></div>
</div>
</div>