diff --git a/templates/admin/navbar.tmpl b/templates/admin/navbar.tmpl index c72936a070..eac6d1ecd8 100644 --- a/templates/admin/navbar.tmpl +++ b/templates/admin/navbar.tmpl @@ -3,83 +3,83 @@
{{ctx.Locale.Tr "admin.settings"}}
- {{ctx.Locale.Tr "admin.maintenance"}} + {{svg "octicon-tools" 16}} {{ctx.Locale.Tr "admin.maintenance"}}
- {{ctx.Locale.Tr "admin.identity_access"}} + {{svg "octicon-people" 16}} {{ctx.Locale.Tr "admin.identity_access"}}
- {{ctx.Locale.Tr "admin.assets"}} + {{svg "octicon-database" 16}} {{ctx.Locale.Tr "admin.assets"}}
{{if and (not DisableWebhooks) .EnableOAuth2}}
- {{ctx.Locale.Tr "admin.integrations"}} + {{svg "octicon-plug" 16}} {{ctx.Locale.Tr "admin.integrations"}}
{{else}} {{if not DisableWebhooks}} - {{ctx.Locale.Tr "admin.hooks"}} + {{svg "octicon-webhook" 16}} {{ctx.Locale.Tr "admin.hooks"}} {{end}} {{if .EnableOAuth2}} - {{ctx.Locale.Tr "settings.applications"}} + {{svg "octicon-key" 16}} {{ctx.Locale.Tr "settings.applications"}} {{end}} {{end}} {{if .EnableActions}}
- {{ctx.Locale.Tr "actions.actions"}} + {{svg "octicon-play" 16}} {{ctx.Locale.Tr "actions.actions"}}
@@ -88,33 +88,33 @@ {{svg "octicon-paintbrush" 16}} Branding
- {{ctx.Locale.Tr "admin.config"}} + {{svg "octicon-gear" 16}} {{ctx.Locale.Tr "admin.config"}}
- {{ctx.Locale.Tr "admin.notices"}} + {{svg "octicon-alert" 16}} {{ctx.Locale.Tr "admin.notices"}}
- {{ctx.Locale.Tr "admin.monitor"}} + {{svg "octicon-pulse" 16}} {{ctx.Locale.Tr "admin.monitor"}}