4
0

inline-actions.adoc 418 B

123456789101112131415161718
  1. = Actions Inline in Dashboards
  2. NOTE: This feature is available in OliveTin version 3000.7.0 and later. If you are using OliveTin 2k, you can only used xref:dashboards/actions.adoc[Linked Actions in Dashboards].
  3. [source,yaml]
  4. ----
  5. dashboards:
  6. - name: Main Dashboard
  7. contents:
  8. - inlineAction:
  9. title: Date
  10. shell: date
  11. icon: date
  12. ----
  13. == See Also
  14. * xref:dashboards/actions.adoc[Actions (Linked)]]