Parcourir la source

dashboard: fix home dashboard getting started panel

Daniel Lee il y a 8 ans
Parent
commit
f70fb7dbf3
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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{}{
 			"x": 0,
 			"y": 3,
-			"w": 12,
+			"w": 24,
 			"h": 4,
 		},
 	})