25 lines
514 B
YAML
25 lines
514 B
YAML
#
|
|
# Integration Test Config: cssClass on dashboard components (#804)
|
|
#
|
|
|
|
listenAddressSingleHTTPFrontend: 0.0.0.0:1337
|
|
|
|
logLevel: "DEBUG"
|
|
checkForUpdates: false
|
|
|
|
actions: []
|
|
|
|
dashboards:
|
|
- title: CssClass Dashboard
|
|
contents:
|
|
- title: Button with custom class
|
|
type: link
|
|
cssClass: test-custom-class
|
|
inlineAction:
|
|
shell: echo ok
|
|
icon: ping
|
|
- title: Display with custom class
|
|
type: display
|
|
cssClass: test-display-class
|
|
contents: []
|