4
0

config.yaml 403 B

123456789101112131415161718192021
  1. #
  2. # Integration Test Config: inline dashboard actions
  3. #
  4. listenAddressSingleHTTPFrontend: 0.0.0.0:1337
  5. logLevel: "DEBUG"
  6. checkForUpdates: false
  7. # No top-level actions – actions will be defined inline on dashboard components.
  8. actions: []
  9. dashboards:
  10. - title: Inline Dashboard
  11. contents:
  12. - title: Inline Dashboard Action
  13. inlineAction:
  14. shell: date
  15. icon: clock