Details
-
Type:
Feature Request
-
Status: Closed
-
Priority:
L3 - Default
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.0.0, 1.0.0-alpha9, 1.0.0-RC2
-
Component/s: frontend, Single Instance
-
Labels:None
Description
As an operator,
I am on the Instance view page of an instance with incidents and I click on the incidents bar to see the incidents table.
When:
I click on a column header with an arrow:
- the list will be sorted by the key corresponding to the table header and the order represented by the arrow, look and feel similar to the sorting from Instances List page.
- the incidents that have the same value for the sorting key would be displayed sorted additionally by incident id.
- if I sort by JobId, the incidents without JobId values would be at the end, sorted by incident id.
The list is sorted by Incident type by default as seen here: https://zpl.io/VxLlv9E
The sorting will not be persistent on page refresh, but it will be if I expand/collapse the incidents details view.