chore: Rename isDataPanel to noQueries

This commit is contained in:
Johannes Schill
2019-02-12 09:48:46 +01:00
parent b7b1a79405
commit 075fb8e91c
8 changed files with 10 additions and 11 deletions
+1 -1
View File
@@ -145,7 +145,7 @@ func (hs *HTTPServer) getFrontendSettingsMap(c *m.ReqContext) (map[string]interf
"info": panel.Info,
"hideFromList": panel.HideFromList,
"sort": getPanelSort(panel.Id),
"isDataPanel": panel.IsDataPanel,
"noQueries": panel.NoQueries,
}
}