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
{{ message }}
This repository has been archived by the owner on Dec 13, 2020. It is now read-only.
Modify the dashboard in one browser tab.
No other browser tabs which are showing the same dashboard are updated.
As a side effect, when you are removing a KPI, in the other browser tab you will see "error loading data" for that KPI (because backend returned "no item found").
Expected behavior
Frontend shall listen to dashboard's websocket endpoint and shall update the dashboard instantly.
The websocket endpoint is provided by one of the following endpoints:
They will contain the same "websocketEndpoint" because underthehood, on server side there is only one dashboard which defines the KPIs and Target Indicators.
The websocket events types are:
changeType="dashboardChanged" - fired when the dashboad was changed (item added, removed or item order changed).
changeType="itemChanged" - fired when a dashboard item was changed (e.g. caption, interval, when changed).
Type of issue
Feature request
Current behavior
Modify the dashboard in one browser tab.
No other browser tabs which are showing the same dashboard are updated.
As a side effect, when you are removing a KPI, in the other browser tab you will see "error loading data" for that KPI (because backend returned "no item found").
Expected behavior
Frontend shall listen to dashboard's websocket endpoint and shall update the dashboard instantly.
The websocket endpoint is provided by one of the following endpoints:
They will contain the same "websocketEndpoint" because underthehood, on server side there is only one dashboard which defines the KPIs and Target Indicators.
The websocket events types are:
This is a follow-up of #905
The text was updated successfully, but these errors were encountered: