Kaynağa Gözat

updated frontend with style changes

Torkel Ödegaard 11 yıl önce
ebeveyn
işleme
1ac3355b03
2 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 1 1
      grafana
  2. 1 1
      pkg/api/dashboard.go

+ 1 - 1
grafana

@@ -1 +1 @@
-Subproject commit bc673fd9697d5b37314ca0d75943dec68f9fffe1
+Subproject commit 5e4b026668c5146e9289b3607fede9270d7029a6

+ 1 - 1
pkg/api/dashboard.go

@@ -88,7 +88,7 @@ func PostDashboard(c *middleware.Context, cmd m.SaveDashboardCommand) {
 }
 
 func GetHomeDashboard(c *middleware.Context) {
-	filePath := path.Join(setting.StaticRootPath, "app/dashboards/default.json")
+	filePath := path.Join(setting.StaticRootPath, "dashboards/home.json")
 	file, err := os.Open(filePath)
 	if err != nil {
 		c.JsonApiErr(500, "Failed to load home dashboard", err)