Skip to content

Alert Managament: Change sorting order

Laura Montemayor requested to merge lm-change-sorting into master

What does this MR do?

Currently, the alerts that are displayed in the Alert Management list come fetched from the backend in ascending order. This MR changes the default sorting order to START_TIME_DESC, so we can get the newest alerts first. It also switches out the overrides for the icon so ascending can have an up arrow and descending a down arrow.

Edited by Laura Montemayor

Merge request reports