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
@ -42,7 +42,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th width="35%">{{i18n .Lang "project_name"}}</th>
|
<th width="35%">{{i18n .Lang "project_name"}}</th>
|
||||||
<th width="45%">{{i18n .Lang "creation_time"}}</th>
|
<th width="45%">{{i18n .Lang "creation_time"}}</th>
|
||||||
<th width="20%">{{i18n .Lang "publicity"}}</th>
|
<th width="20%">{{i18n .Lang "publicity"}}</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
@ -65,9 +65,9 @@
|
|||||||
<table id="tblUser" class="table table-hover">
|
<table id="tblUser" class="table table-hover">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>{{i18n .Lang "username"}}</th>
|
<th width="35%">{{i18n .Lang "username"}}</th>
|
||||||
<th>{{i18n .Lang "email"}}</th>
|
<th width="45%">{{i18n .Lang "email"}}</th>
|
||||||
<th>{{i18n .Lang "system_admin"}}</th>
|
<th width="20%">{{i18n .Lang "system_admin"}}</th>
|
||||||
<th></th>
|
<th></th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
Loading…
Reference in New Issue
Block a user