mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
updated frontend with style changes
This commit is contained in:
2
grafana
2
grafana
Submodule grafana updated: bc673fd969...5e4b026668
@@ -88,7 +88,7 @@ func PostDashboard(c *middleware.Context, cmd m.SaveDashboardCommand) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func GetHomeDashboard(c *middleware.Context) {
|
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)
|
file, err := os.Open(filePath)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
c.JsonApiErr(500, "Failed to load home dashboard", err)
|
c.JsonApiErr(500, "Failed to load home dashboard", err)
|
||||||
|
|||||||
Reference in New Issue
Block a user