config.yaml 633 B

123456789101112131415161718192021222324252627
  1. #
  2. # Integration Test Config: cssClass on dashboard components (#804)
  3. #
  4. listenAddressSingleHTTPFrontend: 0.0.0.0:1337
  5. logLevel: "DEBUG"
  6. checkForUpdates: false
  7. # Custom theme used to verify theme CSS applies to cssClass (e.g. action button background)
  8. themeName: cssclass-theme
  9. actions: []
  10. dashboards:
  11. - title: CssClass Dashboard
  12. contents:
  13. - title: Button with custom class
  14. type: link
  15. cssClass: test-custom-class
  16. inlineAction:
  17. shell: echo ok
  18. icon: ping
  19. - title: Display with custom class
  20. type: display
  21. cssClass: test-display-class
  22. contents: []