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
ab307ec7
Commit
ab307ec7
authored
Mar 13, 2015
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed css issue with title headers
parent
3dc9f792
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
33 additions
and
8 deletions
+33
-8
docs/mkdocs.yml
+1
-1
docs/sources/datasources/graphite.md
+1
-1
docs/sources/installation/migrating_to2.md
+1
-1
docs/sources/reference/dashlist.md
+9
-0
docs/sources/reference/singlestat.md
+9
-0
src/app/partials/dashboard_topnav.html
+1
-1
src/css/less/navbar.less
+11
-4
No files found.
docs/mkdocs.yml
View file @
ab307ec7
...
@@ -48,7 +48,7 @@ pages:
...
@@ -48,7 +48,7 @@ pages:
-
[
'
reference/playlist.md'
,
'
Reference'
,
'
Playlist'
]
-
[
'
reference/playlist.md'
,
'
Reference'
,
'
Playlist'
]
-
[
'
reference/export_import.md'
,
'
Reference'
,
'
Import
&
Export'
]
-
[
'
reference/export_import.md'
,
'
Reference'
,
'
Import
&
Export'
]
-
[
'
reference/admin.md'
,
'
Reference'
,
'
Grafana
Admin'
]
-
[
'
reference/admin.md'
,
'
Reference'
,
'
Grafana
Admin'
]
-
[
'
reference/
admin
.md'
,
'
Reference'
,
'
HTTP
API'
]
-
[
'
reference/
http_api
.md'
,
'
Reference'
,
'
HTTP
API'
]
-
[
'
datasources/graphite.md'
,
'
Data
Sources'
,
'
Graphite'
]
-
[
'
datasources/graphite.md'
,
'
Data
Sources'
,
'
Graphite'
]
-
[
'
datasources/influxdb.md'
,
'
Data
Sources'
,
'
InfluxDB'
]
-
[
'
datasources/influxdb.md'
,
'
Data
Sources'
,
'
InfluxDB'
]
...
...
docs/sources/datasources/graphite.md
View file @
ab307ec7
...
@@ -12,7 +12,7 @@ To switch to a regular text box click the pen icon to the right.
...
@@ -12,7 +12,7 @@ To switch to a regular text box click the pen icon to the right.
## Installing Graphite
## Installing Graphite
## Add
a Graphite data source to g
rafana
## Add
ing the data source to G
rafana
## Metric editor
## Metric editor
...
...
docs/sources/installation/migrating_to2.md
View file @
ab307ec7
...
@@ -12,7 +12,7 @@ database to store dashboards and users in.
...
@@ -12,7 +12,7 @@ database to store dashboards and users in.
## Adding Data sources
## Adding Data sources
Data sources in Grafana v2.0 are no longer configured via the
`config.js`
file. That config file is no more.
Data sources in Grafana v2.0 are no longer configured via the
`config.js`
file. That config file is no more.
You add data sources via UI or via the
[
HTTP API
](
../reference/http_api
)
. Go the
`Data Sources`
view via the side menu.
You add data sources via UI or via the
[
HTTP API
](
../reference/http_api
.md
)
. Go the
`Data Sources`
view via the side menu.
The side menu can be toggled via the Grafana icon in the top header (to the right).
The side menu can be toggled via the Grafana icon in the top header (to the right).
## Importing dashboards
## Importing dashboards
...
...
docs/sources/reference/dashlist.md
0 → 100644
View file @
ab307ec7
----
page_title: Dashlist Panel
page_description: Dashlist Panel Reference
page_keywords: grafana, dashlist, panel, documentation
---
# Dashlist Panel
docs/sources/reference/singlestat.md
0 → 100644
View file @
ab307ec7
----
page_title: Singlestat Panel
page_description: Singlestat Panel Reference
page_keywords: grafana, singlestat, panel, documentation
---
# Singlestat Panel
src/app/partials/dashboard_topnav.html
View file @
ab307ec7
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
<div
class=
"top-nav-dashboards-btn"
>
<div
class=
"top-nav-dashboards-btn"
>
<a
class=
"pointer"
ng-click=
"openSearch()"
>
<a
class=
"pointer"
ng-click=
"openSearch()"
>
<i
class=
"fa fa-th-large"
></i>
<i
class=
"fa fa-th-large"
></i>
<span
class=
"
top-nav-title pointer
"
>
{{dashboard.title}}
</span>
<span
class=
"
dashboard-title
"
>
{{dashboard.title}}
</span>
<i
class=
"fa fa-caret-down"
></i>
<i
class=
"fa fa-caret-down"
></i>
</a>
</a>
</div>
</div>
...
...
src/css/less/navbar.less
View file @
ab307ec7
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
}
}
.fa.top-nav-breadcrumb-icon {
.fa.top-nav-breadcrumb-icon {
margin: 1
7
px 0 6px 5px;
margin: 1
8
px 0 6px 5px;
float: left;
float: left;
font-size: 120%;
font-size: 120%;
color: @textColor;
color: @textColor;
...
@@ -90,6 +90,12 @@
...
@@ -90,6 +90,12 @@
position: relative;
position: relative;
top: 4px;
top: 4px;
}
}
.dashboard-title {
padding: 0px 6px 5px 5px;
color: @linkColorHover;
font-size: 17px;
}
}
}
.top-nav-icon {
.top-nav-icon {
...
@@ -109,9 +115,10 @@
...
@@ -109,9 +115,10 @@
}
}
.top-nav-title {
.top-nav-title {
padding: 0px 6px 5px 5px
;
display: block
;
color: #FFFFFF
;
float: left
;
font-size: 17px;
font-size: 17px;
padding: 18px 10px 10px 13px;
color: @linkColor;
}
}
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