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 sometimes have an issue where I bring up empty Jaeger UI (e.g. from a fresh all-in-one Docker image), so the Services dropdown is supposed to be empty, but the screen renders with a value from the previous runs on the same URL. I know we store the previously selected service name in local storage, but when we retrieve it we should probably check if the value is actually in the list of currently available services.
The text was updated successfully, but these errors were encountered:
Fix#88.
Preload operations for stored service search value.
On the search page, show a loading indicator if the services are not yet loaded.
Then, only use the values stored in localStorage if they are consistent with
what has been loaded.
Signed-off-by: Joe Farro <[email protected]>
Fixjaegertracing#88.
Preload operations for stored service search value.
On the search page, show a loading indicator if the services are not yet loaded.
Then, only use the values stored in localStorage if they are consistent with
what has been loaded.
Signed-off-by: Joe Farro <[email protected]>
Signed-off-by: vvvprabhakar <[email protected]>
The text was updated successfully, but these errors were encountered: