Commit f70fb7db by Daniel Lee

dashboard: fix home dashboard getting started panel

parent 15024e96
...@@ -283,7 +283,7 @@ func addGettingStartedPanelToHomeDashboard(dash *simplejson.Json) { ...@@ -283,7 +283,7 @@ func addGettingStartedPanelToHomeDashboard(dash *simplejson.Json) {
"gridPos": map[string]interface{}{ "gridPos": map[string]interface{}{
"x": 0, "x": 0,
"y": 3, "y": 3,
"w": 12, "w": 24,
"h": 4, "h": 4,
}, },
}) })
......
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