4
0

config.yaml 386 B

1234567891011121314151617181920212223
  1. logLevel: debug
  2. insecureAllowDumpActionMap: true
  3. actions:
  4. - title: Check status
  5. id: status_command
  6. shell: |
  7. date
  8. icon: poop
  9. dashboards:
  10. - title: Test Dashboard
  11. contents:
  12. - title: Status Section
  13. type: fieldset
  14. contents:
  15. - type: stdout-most-recent-execution
  16. title: status_command
  17. - title: Check status