Browse Source

dashboard: fix home dashboard getting started panel

Daniel Lee 8 years ago
parent
commit
f70fb7dbf3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pkg/api/dashboard.go

+ 1 - 1
pkg/api/dashboard.go

@@ -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,
 		},
 		},
 	})
 	})