UNPKG

kibana-riya

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

22 lines (20 loc) 683 B
<div class="content" chrome-context > <global-nav chrome="chrome" is-visible="chrome.getVisible()" logo-brand="chrome.getBrand('logo')" small-logo-brand="chrome.getBrand('smallLogo')" app-title="chrome.getAppTitle()" ></global-nav> <div class="app-wrapper" ng-class="{ 'hidden-chrome': !chrome.getVisible() }"> <div class="app-wrapper-panel"> <kbn-notifications list="notifList"></kbn-notifications> <kbn-loading-indicator></kbn-loading-indicator> <div class="application" ng-class="'tab-' + chrome.getFirstPathSegment() + ' ' + chrome.getApplicationClasses()" ng-view ></div> </div> </div> </div>