kibana-123
Version:
Kibana is an open source (Apache Licensed), browser based analytics and search dashboard for Elasticsearch. Kibana is a snap to setup and start using. Kibana strives to be easy to get started with, while also being flexible and powerful, just like Elastic
13 lines (11 loc) • 357 B
HTML
<global-nav-link
ng-repeat="link in switcher.links"
ng-if="!link.hidden"
is-active="link.active"
is-disabled="link.disabled"
tooltip-content="switcher.getTooltip(link)"
on-click="switcher.ensureNavigation($event, link)"
href="link.active ? link.url : (link.lastSubUrl || link.url)"
icon="link.icon"
title="link.title"
></global-nav-link>