feat: Introduce IsDataPanel attribute to plugin.json

This commit is contained in:
Johannes Schill
2019-02-07 21:26:23 +01:00
parent 8d9c347cb1
commit a8a9bca07b
6 changed files with 6 additions and 2 deletions
+1
View File
@@ -145,6 +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,
}
}