Skip to content

Commit

Permalink
sort alerts in descending order of timestamp by default (opensearch-p…
Browse files Browse the repository at this point in the history
…roject#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]>
  • Loading branch information
2 people authored and AWSHurneyt committed Feb 22, 2023
1 parent 1867759 commit be63862
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 be63862

Please sign in to comment.