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
An unintended consequence of #198. We are being fairly aggressive about disposing of dashboard panels that don't match up with one of the ones in individual-charts.json. But since we removed the default dashboard panels in #198, this means that upon restoration if there is no active cluster, the panels will be removed. Among other things, this prevents the "initial layout" trick we use in dask-examples.
To reproduce:
Start a cluster
Connect to the cluster using the labextension side panel
Open a few dashboard panels
Refresh the page. Your panels should be restored.
Shut down the cluster. The panels will be deactivated, but won't go away.
Refresh the page. The panels will not be restored.
The text was updated successfully, but these errors were encountered:
An unintended consequence of #198. We are being fairly aggressive about disposing of dashboard panels that don't match up with one of the ones in
individual-charts.json
. But since we removed the default dashboard panels in #198, this means that upon restoration if there is no active cluster, the panels will be removed. Among other things, this prevents the "initial layout" trick we use indask-examples
.To reproduce:
The text was updated successfully, but these errors were encountered: