Add support for horizontal tabs into cor-tabs
This commit is contained in:
parent
191e5d94d4
commit
ea13469d9d
13 changed files with 116 additions and 20 deletions
|
@ -20,7 +20,7 @@
|
|||
<div class="repo-list-view padded" namespaces="[context.viewuser]"> </div>
|
||||
</div>
|
||||
|
||||
<cor-tab-panel ng-if="context.viewuser.is_me">
|
||||
<cor-tab-panel ng-if="context.viewuser.is_me" vertical-tabs="true">
|
||||
<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