Commit 55bc1507 by Torkel Ödegaard

added backend config frontend componenet

parent 318338f9
define([
'settings',
],
function (Settings) {
"use strict";
var bootData = window.grafanaBootData;
var options = bootData.settings;
return new Settings(options);
});
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment