aboutsummaryrefslogtreecommitdiff
path: root/cmd/monfront/server.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/monfront/server.go')
-rw-r--r--cmd/monfront/server.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/monfront/server.go b/cmd/monfront/server.go
index 2ada1d0..8e53c64 100644
--- a/cmd/monfront/server.go
+++ b/cmd/monfront/server.go
@@ -46,6 +46,8 @@ type (
CheckDetails *checkDetails `json:"check_details,omitempty"`
Groups []group `json:"groups,omitempty"`
Unhandled bool `json:"-"` // set this flag when unhandled was called
+
+ Content map[string]any `json:"-"` // used for the configuration dashboard
}
)