Commit ce99e7b2 by Torkel Ödegaard

Updated gitignore and added config.js

parent a20c276c
...@@ -13,8 +13,6 @@ docs/changed-files ...@@ -13,8 +13,6 @@ docs/changed-files
docs/changed-files docs/changed-files
# locally required config files # locally required config files
web.config
config.js
src/css/*.min.css src/css/*.min.css
# Editor junk # Editor junk
......
define([
'settings',
],
function (Settings) {
"use strict";
var bootData = window.grafanaBootData || { settings: {} };
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