feature: Better format for server dashboard

This commit is contained in:
jamesread 2024-07-18 15:11:06 +01:00
parent 69d1cc75a7
commit 1cf971c092
1 changed files with 12 additions and 9 deletions

View File

@ -253,6 +253,9 @@ entities:
dashboards: dashboards:
# Top level items are dashboards. # Top level items are dashboards.
- title: My Servers - title: My Servers
contents:
- title: All Servers
type: fieldset
contents: contents:
# The contents of a dashboard will try to look for an action with a # The contents of a dashboard will try to look for an action with a
# matching title IF the `contents: ` property is empty. # matching title IF the `contents: ` property is empty.