dashboard: fix home dashboard getting started panel

This commit is contained in:
Daniel Lee 2017-10-24 19:22:56 +02:00
parent 15024e96e4
commit f70fb7dbf3

View File

@ -283,7 +283,7 @@ func addGettingStartedPanelToHomeDashboard(dash *simplejson.Json) {
"gridPos": map[string]interface{}{
"x": 0,
"y": 3,
"w": 12,
"w": 24,
"h": 4,
},
})