diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini
index 94ae490981..24be7e0fc3 100644
--- a/options/locale/locale_en-US.ini
+++ b/options/locale/locale_en-US.ini
@@ -2627,10 +2627,13 @@ teams.invite.description = Please click the button below to join the team.
[admin]
dashboard = Dashboard
+identity_access = Identity & Access
users = User Accounts
organizations = Organizations
+assets = Code Assets
repositories = Repositories
hooks = Webhooks
+integrations = Integrations
authentication = Authentication Sources
emails = User Emails
config = Configuration
diff --git a/templates/admin/navbar.tmpl b/templates/admin/navbar.tmpl
index a96e5c9367..4cfdbac73f 100644
--- a/templates/admin/navbar.tmpl
+++ b/templates/admin/navbar.tmpl
@@ -4,35 +4,60 @@
{{.locale.Tr "admin.dashboard"}}
-
- {{.locale.Tr "admin.users"}}
-
-
- {{.locale.Tr "admin.organizations"}}
-
-
- {{.locale.Tr "admin.repositories"}}
-
- {{if .EnablePackages}}
-
- {{.locale.Tr "packages.title"}}
-
- {{end}}
- {{if not DisableWebhooks}}
+
+ {{.locale.Tr "admin.identity_access"}}
+
+
+
+ {{.locale.Tr "admin.assets"}}
+
+
+
+ {{if and (not DisableWebhooks) .EnableOAuth2}}
+
+ {{.locale.Tr "admin.integrations"}}
+
+
+ {{else}}
+ {{if not DisableWebhooks}}
{{.locale.Tr "admin.hooks"}}
- {{end}}
-
- {{.locale.Tr "admin.authentication"}}
-
-
- {{.locale.Tr "admin.emails"}}
-
- {{if .EnableOAuth2}}
-
- {{.locale.Tr "settings.applications"}}
-
+ {{end}}
+ {{if .EnableOAuth2}}
+
+ {{.locale.Tr "settings.applications"}}
+
+ {{end}}
{{end}}
{{if .EnableActions}}