mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-19 08:45:27 +01:00
fixed public project table title alignment.
This commit is contained in:
parent
5543f39587
commit
41add2547b
@ -45,7 +45,7 @@
|
|||||||
<thead>
|
<thead>
|
||||||
<th width="20%">// 'project_name' | tr //</th>
|
<th width="20%">// 'project_name' | tr //</th>
|
||||||
<th width="15%">// 'repositories' | tr //</th>
|
<th width="15%">// 'repositories' | tr //</th>
|
||||||
<th width="15%" ng-if="!vm.publicity">// 'role' | tr //</th>
|
<th width="15%" ng-if="!vm.isPublic">// 'role' | tr //</th>
|
||||||
<th width="20%">// 'creation_time' | tr //</th>
|
<th width="20%">// 'creation_time' | tr //</th>
|
||||||
<th width="15%">// 'publicity' | tr //</th>
|
<th width="15%">// 'publicity' | tr //</th>
|
||||||
<th width="10%">// 'operation' | tr //</th>
|
<th width="10%">// 'operation' | tr //</th>
|
||||||
|
Loading…
Reference in New Issue
Block a user