4
0

config.yaml 500 B

1234567891011121314151617181920212223242526
  1. logLevel: debug
  2. actions:
  3. - title: Ping
  4. - title: Action 1
  5. - title: Action 2
  6. - title: Action 3
  7. - title: Action 4
  8. dashboards:
  9. - title: Test
  10. contents:
  11. # Uncomment to see the dashboard with the "Ping" action only
  12. - title: Ping
  13. - title: Fieldset 1
  14. type: fieldset
  15. contents:
  16. - title: Action 1
  17. - title: Action 2
  18. - title: Fieldset 2
  19. type: fieldset
  20. contents:
  21. - title: Action 3
  22. - title: Action 4