Skip to content
Snippets Groups Projects
Commit d03c1a30 authored by Wolfgang Welz's avatar Wolfgang Welz
Browse files

Disable dashboard by default

parent 02d32df8
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ var server *http.Server ...@@ -16,7 +16,7 @@ var server *http.Server
var router *http.ServeMux var router *http.ServeMux
var PLUGIN = node.NewPlugin("Dashboard", node.Enabled, configure, run) var PLUGIN = node.NewPlugin("Dashboard", node.Disabled, configure, run)
func configure(plugin *node.Plugin) { func configure(plugin *node.Plugin) {
router = http.NewServeMux() router = http.NewServeMux()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment