mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
ux(): updated navbar on all pages to new style, no subnav/dropdown yet though
This commit is contained in:
@@ -1,15 +1,7 @@
|
||||
<navbar>
|
||||
<div class="top-nav-btn dashnav-dashboards-btn" >
|
||||
<a class="pointer" ng-click="openSearch()">
|
||||
<i class="icon-gf icon-gf-datasources"></i>
|
||||
<span class="dashboard-title">Data Sources</span>
|
||||
<i class="fa fa-caret-down"></i>
|
||||
</a>
|
||||
</div>
|
||||
<!-- <ul class="nav">
|
||||
<li ng-class="{active: isNew}" ng-show="isNew"><a href="datasources/new">Add new</a></li>
|
||||
<li class="active" ng-show="!isNew"><a href="datasources/edit/{{current.name}}">{{current.name}}</a></li>
|
||||
</ul> -->
|
||||
<navbar
|
||||
title="Data Sources"
|
||||
title-url="datasources"
|
||||
icon="icon-gf icon-gf-datasources">
|
||||
</navbar>
|
||||
|
||||
<div class="page-container">
|
||||
|
||||
Reference in New Issue
Block a user