mirror of
https://github.com/goharbor/harbor.git
synced 2025-01-09 09:27:42 +01:00
Update list-user.directive.html
fixed table title
This commit is contained in:
parent
f2896ceaa8
commit
95579936b8
@ -11,14 +11,20 @@
|
|||||||
<modal-dialog modal-title="// 'confirm_to_delete_user_title' | tr //" modal-message="// 'confirm_to_delete_user' | tr //" action="vm.deleteUser()"></modal-dialog>
|
<modal-dialog modal-title="// 'confirm_to_delete_user_title' | tr //" modal-message="// 'confirm_to_delete_user' | tr //" action="vm.deleteUser()"></modal-dialog>
|
||||||
<div class="pane">
|
<div class="pane">
|
||||||
<div class="sub-pane">
|
<div class="sub-pane">
|
||||||
<table class="table table-pane">
|
<div class="table-head-container">
|
||||||
|
<table class="table table-pane table-header">
|
||||||
<thead>
|
<thead>
|
||||||
<th>// 'username' | tr //</th>
|
<th width="15%">// 'username' | tr //</th>
|
||||||
<th>// 'email' | tr //</th>
|
<th width="20%">// 'email' | tr //</th>
|
||||||
<th>// 'registration_time' | tr //</th>
|
<th width="35%">// 'registration_time' | tr //</th>
|
||||||
<th>// 'administrator' | tr //</th>
|
<th width="15%">// 'administrator' | tr //</th>
|
||||||
<th>// 'operation' | tr //</th>
|
<th width="20%">// 'operation' | tr //</th>
|
||||||
</thead>
|
</thead>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="table-body-container">
|
||||||
|
<table class="table table-pane">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr ng-repeat="u in vm.users">
|
<tr ng-repeat="u in vm.users">
|
||||||
<td>//u.username//</td>
|
<td>//u.username//</td>
|
||||||
@ -34,6 +40,7 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<div class="col-xs-4 col-md-12 well well-sm well-custom">
|
<div class="col-xs-4 col-md-12 well well-sm well-custom">
|
||||||
<div class="col-md-offset-10">//vm.users ? vm.users.length : 0// items</div>
|
<div class="col-md-offset-10">//vm.users ? vm.users.length : 0// items</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user