You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to replicate a view across two or three different dashboards dedicated to different users or devices.
If coding the dashboard in YAML mode, this is possible using !include but this option can't be used if coding the dashboards in the UI. The UI is far simpler and quicker to use than YAML mode, even if you need to revert to using YAML within the UI for complex situations.
The workaround to use copy and paste is not ideal as changes need to be manually made to the replicated dashboard.
The underlying code of the UI developed dashboards could be made accessable so !include could be utilised effectively, or an option to replicate a card could be added into the UI.
A build on this would be the ability to replicate cards across multiple dashboards but appreciate this may be a bit more complex to achieve - perhaps with a UniqueID for each card?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I would like to replicate a view across two or three different dashboards dedicated to different users or devices.
If coding the dashboard in YAML mode, this is possible using !include but this option can't be used if coding the dashboards in the UI. The UI is far simpler and quicker to use than YAML mode, even if you need to revert to using YAML within the UI for complex situations.
The workaround to use copy and paste is not ideal as changes need to be manually made to the replicated dashboard.
The underlying code of the UI developed dashboards could be made accessable so !include could be utilised effectively, or an option to replicate a card could be added into the UI.
A build on this would be the ability to replicate cards across multiple dashboards but appreciate this may be a bit more complex to achieve - perhaps with a UniqueID for each card?
Beta Was this translation helpful? Give feedback.
All reactions