4
0

one.yaml 312 B

123456789101112
  1. dashboards:
  2. - title: First Dashboard
  3. contents:
  4. - type: action
  5. inlineAction:
  6. title: First Action
  7. shell: echo "First Dashboard, First Action!"
  8. - type: action
  9. inlineAction:
  10. title: Second Action
  11. shell: echo "First Dashboard, Second Action!"