diff --git a/apps/dashboard/app/lib/account_cache.rb b/apps/dashboard/app/lib/account_cache.rb index ed8f27e1b6..b32d01fa91 100644 --- a/apps/dashboard/app/lib/account_cache.rb +++ b/apps/dashboard/app/lib/account_cache.rb @@ -72,6 +72,8 @@ def queues end [queue_name, queue_name, data] + end.sort_by do |tuple| + tuple[0] end rescue StandardError => e Rails.logger.warn("Did not get queues from system with error #{e}")