AlertList: make sure we sort the alert list when displayed in "recent state changes" mode. (#35544) (#35545)
(cherry picked from commit 5ac2a7cca6)
Co-authored-by: Marcus Andersson <marcus.andersson@grafana.com>
This commit is contained in:
co-authored by
Marcus Andersson
parent
4a7c0eafd4
commit
a97ad5e6e4
@@ -128,6 +128,7 @@ export function AlertList(props: PanelProps<AlertListOptions>) {
|
||||
props.options.stateFilter.paused,
|
||||
props.options.stateFilter.pending,
|
||||
props.options.dashboardAlerts,
|
||||
props.options.sortOrder,
|
||||
]);
|
||||
|
||||
const styles = useStyles(getStyles);
|
||||
|
||||
Reference in New Issue
Block a user