-
Notifications
You must be signed in to change notification settings - Fork 18
Description
Very apt and evocative description of the problem from @iliana:
something about the flow of starting an existing instance, waiting for it to go from starting -> running so that i can successfully look at the serial console, or waiting for it to go from stopping -> stopped so i can start it again or delete it is kind of frustrating; i find myself repeatedly refreshing the page at the browser level because i don't see a button to refresh the data in the console, and also because there seems to be a lag time between when an instance is actually stopped, and when the console knows.
I have experienced this myself. I think the fix here is simply to poll, and make very clear when we are polling. If we are not clear enough, then users will expect every page to be polling live or at least be unsure whether to expect it.
A maybe less nerve-wracking fix would be to sprinkle more refresh buttons around, like we have on the instance list. We could also stand to have a better UI treatment when you click refresh, because when I click it and nothing changes, I feel like maybe nothing happened. In places we have space, we could add a little message next to the button saying when it was last refreshed, or maybe we could do that in a tooltip, which would not have any space requirements.
