mirror of
https://github.com/goharbor/harbor.git
synced 2024-12-23 00:57:44 +01:00
Merge pull request #162 from senk/fix-admintab-layout
Updated admin tab layout to match the width with other tabs
This commit is contained in:
commit
81a5da03e5
@ -65,9 +65,9 @@
|
||||
<table id="tblUser" class="table table-hover">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{{i18n .Lang "username"}}</th>
|
||||
<th>{{i18n .Lang "email"}}</th>
|
||||
<th>{{i18n .Lang "system_admin"}}</th>
|
||||
<th width="35%">{{i18n .Lang "username"}}</th>
|
||||
<th width="45%">{{i18n .Lang "email"}}</th>
|
||||
<th width="20%">{{i18n .Lang "system_admin"}}</th>
|
||||
<th></th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
Loading…
Reference in New Issue
Block a user