diff --git a/plugins/dashboard/plugin.go b/plugins/dashboard/plugin.go index 02f687ead809e12627f968e440fd74fd7f3de350..a292f80a9b21463a33e9afa21cecb68f7ef10ee6 100644 --- a/plugins/dashboard/plugin.go +++ b/plugins/dashboard/plugin.go @@ -16,7 +16,7 @@ var server *http.Server 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) { router = http.NewServeMux()