mirror of https://github.com/grafana/grafana
parent
318338f967
commit
55bc150701
@ -0,0 +1,12 @@ |
|||||||
|
define([ |
||||||
|
'settings', |
||||||
|
], |
||||||
|
function (Settings) { |
||||||
|
"use strict"; |
||||||
|
|
||||||
|
var bootData = window.grafanaBootData; |
||||||
|
var options = bootData.settings; |
||||||
|
|
||||||
|
return new Settings(options); |
||||||
|
|
||||||
|
}); |
Loading…
Reference in new issue