Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
aa9a92d2
Commit
aa9a92d2
authored
Jan 14, 2016
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
poc(new nav): added new menu button to other pages that dashboard
parent
4f227ae9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
public/app/core/directives/topnav.js
+8
-4
No files found.
public/app/core/directives/topnav.js
View file @
aa9a92d2
...
...
@@ -17,10 +17,14 @@ function (coreModule) {
template
:
'<div class="navbar navbar-static-top"><div class="navbar-inner"><div class="container-fluid">'
+
'<div class="top-nav">'
+
'<a class="top-nav-menu-btn pointer" ng-if="!contextSrv.sidemenu" ng-click="toggle()">'
+
'<img class="logo-icon" src="img/fav32.png"></img> '
+
'<i class="fa fa-bars"></i>'
+
'</a>'
+
'<div class="top-nav-btn top-nav-menu-btn">'
+
'<a class="pointer" ng-click="toggle()">'
+
'<span class="top-nav-logo-background">'
+
'<img class="logo-icon" src="img/fav32.png"></img>'
+
'</span>'
+
'<i class="fa fa-caret-down"></i>'
+
'</a>'
+
'</div>'
+
'<span class="icon-circle top-nav-icon">'
+
'<i ng-class="icon"></i>'
+
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment