| 123456789101112131415161718192021222324252627282930313233343536 |
- logLevel: debug
- actions:
- - title: Ping
- shell: echo "Ping executed"
- icon: ping
- - title: Action 1
- shell: echo "Action 1 executed"
- icon: check
- - title: Action 2
- shell: echo "Action 2 executed"
- icon: check
- - title: Action 3
- shell: echo "Action 3 executed"
- icon: check
- - title: Action 4
- shell: echo "Action 4 executed"
- icon: check
- dashboards:
- - title: Test
- contents:
- # Uncomment to see the dashboard with the "Ping" action only
- - title: Ping
- - title: Fieldset 1
- type: fieldset
- contents:
- - title: Action 1
- - title: Action 2
- - title: Fieldset 2
- type: fieldset
- contents:
- - title: Action 3
- - title: Action 4
|