Details
-
Type:
Feature Request
-
Status: Closed
-
Priority:
L3 - Default
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 0.26.0, 0.26.0-alpha2
-
Component/s: frontend, Instances List
-
Labels:None
-
Epic Link:
Description
Feature description
In instances list page, when we trigger a batch operation and it fails, we currently do not give any feedback. With this feature we will display a toast message in that case.
Solution draft
- Use the notification component from common-ui library.
- When the batch operation fails, remove the spinner and display the notification.
- Display this message in notification component: 'Operation could not be created'
- Common-ui does not support dark theme yet, so we will see light theme of notifications in dark theme for now