added backend config frontend componenet
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
define([
|
||||
'settings',
|
||||
],
|
||||
function (Settings) {
|
||||
"use strict";
|
||||
|
||||
var bootData = window.grafanaBootData;
|
||||
var options = bootData.settings;
|
||||
|
||||
return new Settings(options);
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user