improve cor-tabs architecture
This commit is contained in:
parent
cef4d3bf4b
commit
9da1487bbc
32 changed files with 629 additions and 326 deletions
|
@ -15,7 +15,7 @@
|
|||
</span>
|
||||
</div>
|
||||
|
||||
<cor-tab-panel vertical-tabs="true">
|
||||
<cor-tab-panel orientation="vertical" cor-nav-tabs>
|
||||
<cor-tabs>
|
||||
<cor-tab tab-title="Layers" tab-id="layers">
|
||||
<i class="fa ci-layers"></i>
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<cor-tab-panel vertical-tabs="true">
|
||||
<cor-tab-panel orientation="vertical" cor-nav-tabs>
|
||||
<cor-tabs>
|
||||
<cor-tab tab-title="Settings" tab-id="settings">
|
||||
<i class="fa fa-gear"></i>
|
||||
|
|
|
@ -20,7 +20,9 @@
|
|||
<div class="repo-list-view padded" namespaces="[organization]"> </div>
|
||||
</div>
|
||||
|
||||
<cor-tab-panel ng-if="!user.anonymous && isMember" vertical-tabs="true">
|
||||
<cor-tab-panel ng-if="!user.anonymous && isMember"
|
||||
orientation="vertical"
|
||||
cor-nav-tabs>
|
||||
<cor-tabs quay-show="isMember">
|
||||
<cor-tab tab-active="true" tab-title="Repositories" tab-id="repos">
|
||||
<i class="fa fa-hdd-o"></i>
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
</span>
|
||||
</div>
|
||||
|
||||
<cor-tab-panel vertical-tabs="true">
|
||||
<cor-tab-panel orientation="vertical" cor-nav-tabs>
|
||||
<cor-tabs>
|
||||
<cor-tab tab-title="Information" tab-id="info"
|
||||
tab-init="showInfo()">
|
||||
|
@ -111,7 +111,7 @@
|
|||
is-enabled="settingsShown"></div>
|
||||
</cor-tab-pane>
|
||||
</cor-tab-content>
|
||||
</cor-tabs>
|
||||
</cor-tab-panel>
|
||||
</cor-tab-panel>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
<span class="cor-title-content">Quay Enterprise Management</span>
|
||||
</div>
|
||||
|
||||
<cor-tab-panel vertical-tabs="true">
|
||||
<cor-tab-panel orientation="vertical" cor-nav-tabs>
|
||||
<cor-tabs>
|
||||
<cor-tab tab-title="Manage Users"
|
||||
tab-id="users" tab-init="loadUsers()">
|
||||
|
|
|
@ -20,7 +20,9 @@
|
|||
<div class="repo-list-view padded" namespaces="[context.viewuser]"> </div>
|
||||
</div>
|
||||
|
||||
<cor-tab-panel ng-if="context.viewuser.is_me" vertical-tabs="true">
|
||||
<cor-tab-panel ng-if="context.viewuser.is_me"
|
||||
orientation="vertical"
|
||||
cor-nav-tabs>
|
||||
<cor-tabs quay-show="context.viewuser.is_me">
|
||||
<cor-tab tab-active="true" tab-title="Repositories" tab-id="repos">
|
||||
<i class="fa fa-hdd-o"></i>
|
||||
|
|
Reference in a new issue