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
5f2aba6c
Commit
5f2aba6c
authored
Jan 29, 2016
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(sidemenu): pinned state
parent
32989f4c
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
25 additions
and
5 deletions
+25
-5
public/app/core/components/navbar/navbar.html
+1
-0
public/app/core/core_module.js
+0
-3
public/app/features/datasources/partials/list.html
+2
-2
public/less/navbar.less
+6
-0
public/less/sidemenu.less
+16
-0
No files found.
public/app/core/components/navbar/navbar.html
View file @
5f2aba6c
...
...
@@ -5,6 +5,7 @@
<span
class=
"top-nav-logo-background"
>
<img
class=
"logo-icon"
src=
"img/grafana_icon.svg"
></img>
</span>
<i
class=
"icon-gf icon-gf-grafana_wordmark"
></i>
<i
class=
"fa fa-caret-down"
></i>
</a>
</div>
...
...
public/app/core/core_module.js
deleted
100644 → 0
View file @
32989f4c
///<reference path="../headers/common.d.ts" />
var
angular_1
=
require
(
'angular'
);
exports
[
"default"
]
=
angular_1
[
"default"
].
module
(
'grafana.core'
,
[
'ngRoute'
]);
public/app/features/datasources/partials/list.html
View file @
5f2aba6c
<
topnav
title=
"Data sources"
icon=
"fa fa-fw fa-database"
subnav=
"false"
>
</
topnav
>
<
navbar
title=
"Data sources"
icon=
"fa fa-fw fa-database"
subnav=
"false"
>
</
navbar
>
<div
class=
"page-container"
>
<div
class=
"page-wide"
>
...
...
public/less/navbar.less
View file @
5f2aba6c
...
...
@@ -65,6 +65,12 @@
width: 30px;
height: 30px;
}
.icon-gf-grafana_wordmark {
position: relative;
top: 3px;
padding-left: 5px;
display: none;
}
}
.top-nav-dashboards-btn {
...
...
public/less/sidemenu.less
View file @
5f2aba6c
...
...
@@ -29,6 +29,7 @@
.sidemenu-pinned {
.sidemenu-wrapper {
min-height: 100%;
top: 50px;
}
.main-view-container {
padding-left: 210px;
...
...
@@ -36,6 +37,21 @@
.page-container {
padding-left: 210px;
}
.top-nav-menu-btn {
a {
padding-right: 52px;
padding-left: 24px;
}
.icon-gf-grafana_wordmark {
display: inline-block;
}
.fa {
display: none;
}
}
.sidemenu-org {
box-shadow: none;
}
}
.sidemenu {
...
...
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