dashboard: fix home dashboard getting started panel

pull/9897/head
Daniel Lee 8 years ago
parent 15024e96e4
commit f70fb7dbf3
  1. 2
      pkg/api/dashboard.go

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

Loading…
Cancel
Save