mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-28 21:25:55 +01:00
5 lines
310 B
HTML
5 lines
310 B
HTML
<ul class="nav-custom">
|
|
<li><a tag="dashboard" href="/ng/dashboard">// 'dashboard' | tr //</a></li>
|
|
<li><a tag="project" href="/ng/project">// 'projects' | tr //</a></li>
|
|
<li><a ng-show="vm.isAdmin" tag="admin_option" href="/ng/admin_option#/all_user">// 'admin_options' | tr //</a></li>
|
|
</ul> |