| 123456789101112131415161718192021 |
- #
- # Integration Test Config: emptyDashboardsAreHidden
- #
- listenAddressSingleHTTPFrontend: 0.0.0.0:1337
- logLevel: "DEBUG"
- checkForUpdates: false
- actions:
- - title: Ping
- shell: ping example.com
- icon: ping
- entity: server
- dashboards:
- - title: Empty Dashboard
- contents: []
|