diff options
author | Ole Mathias Aa. Heggem <olemathias.aa.heggem@gmail.com> | 2018-03-17 03:01:46 +0100 |
---|---|---|
committer | Ole Mathias Aa. Heggem <olemathias.aa.heggem@gmail.com> | 2018-03-17 03:01:46 +0100 |
commit | 13eb05560576dc18cfc7aeb17b31d9cd9adf3637 (patch) | |
tree | 69e0f615e6b8ddeb6a2c171d3a5157fb2b00f84e /web/js/nms.js | |
parent | 9866a8734360d54294ad96ad5149a44d676f1b83 (diff) |
Added a litle better color scheme to charts and some words about securing influx
Diffstat (limited to 'web/js/nms.js')
-rw-r--r-- | web/js/nms.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/js/nms.js b/web/js/nms.js index 8f98c75..edb18b2 100644 --- a/web/js/nms.js +++ b/web/js/nms.js @@ -324,6 +324,7 @@ function setNightMode(toggle) { document.body.classList.remove("nightmode"); } nmsMap.setNightMode(toggle); + setNightModeChart(toggle); } /* |