| 1234567891011121314151617181920212223 |
- logLevel: debug
- insecureAllowDumpActionMap: true
- actions:
- - title: Check status
- id: status_command
- shell: |
- date
- icon: poop
- dashboards:
- - title: Test Dashboard
- contents:
- - title: Status Section
- type: fieldset
- contents:
- - type: stdout-most-recent-execution
- title: status_command
- - title: Check status
|