Skip to content

Commit

Permalink
webui: reverse order of past outages in overview
Browse files Browse the repository at this point in the history
  • Loading branch information
aither64 committed Apr 29, 2024
1 parent 730fd2c commit 623ae76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webui/forms/outage.forms.php
Expand Up @@ -1115,7 +1115,7 @@ function outage_list_recent()

if (count($past) > 0) {
$xtpl->table_title(outage_list_title(_('Recently resolved'), $past));
outage_list_overview($past);
outage_list_overview(array_reverse($past));
}
}

Expand Down

0 comments on commit 623ae76

Please sign in to comment.