Details
-
Type:
Bug Report
-
Status: Closed
-
Priority:
L3 - Default
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 0.25.0, 0.25.0-rc1
-
Component/s: frontend, Instances List
-
Labels:None
Description
Bug description
Spinner cannot be seen after selecting some instances and applying a batch operation.
Steps to reproduce the behavior
- Go to instances view
- Create a selection of some instances
- In the selection panel click on retry or cancel
Problem - Current Behavior
- We cannot se a spinner next to the selected instances.
The reason why you don't see spinners is probably, that backend finishes the operation too fast between two polls.- click create operation
- in backend: batch operation is created
- frontend polling happens (no running operation yet)
- in backend: operation on single instance is started
- in backend: operation on sindle instance is finished
- frontend polling happens (operation is done already)
Expected behavior
- We should see a spinner next to the selected instances. We might display spinner right after we create a batch operation for the selected instances, without waiting for the current state of the selected instances.
Environment and Additional Information
- OS: Linux/MacOs
- Browser: Chrome/Firefox