mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
parent
13e1cd15c5
commit
d0e83f2c9d
1 changed files with 3 additions and 3 deletions
|
@ -18,10 +18,10 @@
|
|||
</span>
|
||||
<a
|
||||
ng-if="sectionName"
|
||||
ng-repeat="item in section.items.inOrder"
|
||||
ng-repeat="item in section.visibleItems"
|
||||
class="kuiLocalTab"
|
||||
ng-class="{ 'kuiLocalTab-isSelected': item.active, 'kuiLocalTab-disabled': !item.url }"
|
||||
kbn-href="{{::item.url}}"
|
||||
ng-class="{ 'kuiLocalTab-isSelected': item.active, 'kuiLocalTab-disabled': item.disabled || !item.url }"
|
||||
kbn-href="{{::item.disabled ? '' : item.url}}"
|
||||
data-test-subj="{{::item.name}}"
|
||||
tooltip="{{::item.tooltip}}"
|
||||
tooltip-placement="bottom"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue