Skip to content

Commit

Permalink
sort alerts in descending order of timestamp by default (#222) (#233)
Browse files Browse the repository at this point in the history
Signed-off-by: Amardeepsingh Siglani <[email protected]>

Signed-off-by: Amardeepsingh Siglani <[email protected]>
(cherry picked from commit 9444e27)

Co-authored-by: Amardeepsingh Siglani <[email protected]>
  • Loading branch information
opensearch-trigger-bot[bot] and amsiglan authored Dec 17, 2022
1 parent 1a1c5ae commit f2d8604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/pages/Alerts/containers/Alerts/Alerts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ class Alerts extends Component<AlertsProps, AlertsState> {
const sorting: any = {
sort: {
field: 'start_time',
direction: 'asc',
direction: 'dsc',
},
};

Expand Down

0 comments on commit f2d8604

Please sign in to comment.