summaryrefslogtreecommitdiff
path: root/rt/share/html/Dashboards/Queries.html
diff options
context:
space:
mode:
Diffstat (limited to 'rt/share/html/Dashboards/Queries.html')
-rw-r--r--rt/share/html/Dashboards/Queries.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/share/html/Dashboards/Queries.html b/rt/share/html/Dashboards/Queries.html
index 61f6195e5..c489f1c18 100644
--- a/rt/share/html/Dashboards/Queries.html
+++ b/rt/share/html/Dashboards/Queries.html
@@ -190,7 +190,7 @@ $m->callback(
);
my @panes;
-for my $pane (keys %pane_name) {
+for my $pane (sort keys %pane_name) {
my $sel = $m->comp(
'/Widgets/SelectionBox:new',
Action => 'Queries.html',