Commit 2dc2471b by Torkel Ödegaard

Revert "Updated home dashboard, removed home dashboard header"

This reverts commit 0151846e.
parent 994c79b5
...@@ -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": 0, "y": 3,
"w": 24, "w": 24,
"h": 4, "h": 4,
}, },
......
...@@ -11,6 +11,23 @@ ...@@ -11,6 +11,23 @@
"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,
...@@ -28,7 +45,7 @@ ...@@ -28,7 +45,7 @@
"w": 12, "w": 12,
"h": 17, "h": 17,
"x": 0, "x": 0,
"y": 1 "y": 6
} }
}, },
{ {
...@@ -43,7 +60,7 @@ ...@@ -43,7 +60,7 @@
"w": 12, "w": 12,
"h": 17, "h": 17,
"x": 12, "x": 12,
"y": 1 "y": 6
} }
} }
], ],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment