Changed noQueries to a dataFormats array that will allow a panel to define supported formats and prefered (first in array)

This commit is contained in:
Torkel Ödegaard
2019-02-12 16:05:29 +01:00
parent c3965e332d
commit a1453607a9
11 changed files with 32 additions and 20 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),
"noQueries": panel.NoQueries,
"dataFormats": panel.DataFormats,
}
}