feature: Make the dashboard target configurable
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
div.padding-top-xlarge.padding-right-xsmall.padding-bottom-xlarge.padding-left-xsmall.sm-padding-top-medium.bg-color-grey.whitespace-normal
|
||||
solid-dashboard(
|
||||
data-src=`${component.endpoints.get}`
|
||||
target=`${component.parameters && component.parameters.target ? component.parameters.target : 'default' }`
|
||||
)
|
||||
|
Reference in New Issue
Block a user