mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
added backend config frontend componenet
This commit is contained in:
parent
318338f967
commit
55bc150701
12
src/app/components/config.js
Normal file
12
src/app/components/config.js
Normal file
@ -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
Block a user