equinor / flotilla

Flotilla is the main point of access for operators to interact with multiple robots in a facility.
Eclipse Public License 2.0
16 stars 38 forks source link

Local storage variable for which installation is selected is not specific to specific environments #1653

Closed andchiind closed 3 months ago

andchiind commented 4 months ago

Describe the bug Changing installation in staging will also apply the change in prod, since they use the same name for the local storage variable in the frontend which stores this value. This is midly annoying but not a big priority

To Reproduce Have two windows of flotilla open (any environment), change the installation and then refresh the other window. It will also shift to the new installation.

Expected behavior Ideally the localstorage variable is unique to one environment.

Screenshots