Skip to content

Commit d57361d

Browse files
opensearch-trigger-bot[bot]amsiglan
authored andcommitted
sort alerts in descending order of timestamp by default (opensearch-project#222) (opensearch-project#233)
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]> Signed-off-by: AWSHurneyt <[email protected]>
1 parent a121863 commit d57361d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/pages/Alerts/containers/Alerts/Alerts.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ class Alerts extends Component<AlertsProps, AlertsState> {
428428
const sorting: any = {
429429
sort: {
430430
field: 'start_time',
431-
direction: 'asc',
431+
direction: 'dsc',
432432
},
433433
};
434434

0 commit comments

Comments
 (0)