aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'dashboard/config.go')
-rw-r--r--dashboard/config.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/dashboard/config.go b/dashboard/config.go
index 604a5f2c9..c260ed4f0 100644
--- a/dashboard/config.go
+++ b/dashboard/config.go
@@ -38,8 +38,4 @@ type Config struct {
// Refresh is the refresh rate of the data updates, the chartEntry will be collected this often.
Refresh time.Duration `toml:",omitempty"`
-
- // Assets offers a possibility to manually set the dashboard website's location on the server side.
- // It is useful for debugging, avoids the repeated generation of the binary.
- Assets string `toml:",omitempty"`
}