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
0151846e
Commit
0151846e
authored
Jan 22, 2019
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated home dashboard, removed home dashboard header
parent
5d3ef4e5
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
20 deletions
+3
-20
pkg/api/dashboard.go
+1
-1
public/dashboards/home.json
+2
-19
No files found.
pkg/api/dashboard.go
View file @
0151846e
...
@@ -336,7 +336,7 @@ func addGettingStartedPanelToHomeDashboard(dash *simplejson.Json) {
...
@@ -336,7 +336,7 @@ func addGettingStartedPanelToHomeDashboard(dash *simplejson.Json) {
"id"
:
123123
,
"id"
:
123123
,
"gridPos"
:
map
[
string
]
interface
{}{
"gridPos"
:
map
[
string
]
interface
{}{
"x"
:
0
,
"x"
:
0
,
"y"
:
3
,
"y"
:
0
,
"w"
:
24
,
"w"
:
24
,
"h"
:
4
,
"h"
:
4
,
},
},
...
...
public/dashboards/home.json
View file @
0151846e
...
@@ -11,23 +11,6 @@
...
@@ -11,23 +11,6 @@
"links"
:
[],
"links"
:
[],
"panels"
:
[
"panels"
:
[
{
{
"content"
:
"<div class=
\"
text-center dashboard-header
\"
>
\n
<span>Home Dashboard</span>
\n
</div>"
,
"editable"
:
true
,
"id"
:
1
,
"links"
:
[],
"mode"
:
"html"
,
"style"
:
{},
"title"
:
""
,
"transparent"
:
true
,
"type"
:
"text"
,
"gridPos"
:
{
"w"
:
24
,
"h"
:
3
,
"x"
:
0
,
"y"
:
0
}
},
{
"folderId"
:
0
,
"folderId"
:
0
,
"headings"
:
true
,
"headings"
:
true
,
"id"
:
3
,
"id"
:
3
,
...
@@ -45,7 +28,7 @@
...
@@ -45,7 +28,7 @@
"w"
:
12
,
"w"
:
12
,
"h"
:
17
,
"h"
:
17
,
"x"
:
0
,
"x"
:
0
,
"y"
:
6
"y"
:
1
}
}
},
},
{
{
...
@@ -60,7 +43,7 @@
...
@@ -60,7 +43,7 @@
"w"
:
12
,
"w"
:
12
,
"h"
:
17
,
"h"
:
17
,
"x"
:
12
,
"x"
:
12
,
"y"
:
6
"y"
:
1
}
}
}
}
],
],
...
...
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