From f71e622fdbf9be4dca7996c66a1711dc6b3a1bdd Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Fri, 11 Aug 2023 21:09:36 +0530 Subject: [PATCH] keep dropdown alphabetical --- dashboard/src/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/src/index.html b/dashboard/src/index.html index 6193f9d7c..936991bd2 100644 --- a/dashboard/src/index.html +++ b/dashboard/src/index.html @@ -180,11 +180,11 @@
  • {{ 'branding.title' | tr }}
  • {{ 'domains.title' | tr }}
  • {{ 'emails.title' | tr }}
  • -
  • {{ 'users.title' | tr }}
  • {{ 'eventlog.title' | tr }}
  • {{ 'network.title' | tr }}
  • {{ 'services.title' | tr }}
  • {{ 'settings.title' | tr }}
  • +
  • {{ 'users.title' | tr }}
  • {{ 'volumes.title' | tr }}
  • {{ 'support.title' | tr }}