Update topbar app menu button
This commit is contained in:
parent
ae3ca017f9
commit
68cc6955f6
@ -5,6 +5,7 @@
|
||||
:sidebar-pinned="pinned"
|
||||
:settings="$Settings.get('ui.topbar', {})"
|
||||
:labels="{
|
||||
appMenu: $t('navigation.appMenu'),
|
||||
helpForum: $t('navigation.help.forum'),
|
||||
helpDocumentation: $t('navigation.help.documentation'),
|
||||
helpFeedback: $t('navigation.help.feedback'),
|
||||
|
||||
@ -8,6 +8,7 @@
|
||||
:sidebar-pinned="pinned"
|
||||
:settings="$Settings.get('ui.topbar', {})"
|
||||
:labels="{
|
||||
appMenu: $t('appMenu'),
|
||||
helpForum: $t('help.forum'),
|
||||
helpDocumentation: $t('help.documentation'),
|
||||
helpFeedback: $t('help.feedback'),
|
||||
|
||||
@ -5,6 +5,7 @@
|
||||
:sidebar-pinned="pinned"
|
||||
:settings="$Settings.get('ui.topbar', {})"
|
||||
:labels="{
|
||||
appMenu: $t('appMenu'),
|
||||
helpForum: $t('help.forum'),
|
||||
helpDocumentation: $t('help.documentation'),
|
||||
helpFeedback: $t('help.feedback'),
|
||||
|
||||
@ -8,6 +8,7 @@
|
||||
:sidebar-pinned="pinned"
|
||||
:settings="$Settings.get('ui.topbar', {})"
|
||||
:labels="{
|
||||
appMenu: $t('appMenu'),
|
||||
helpForum: $t('help.forum'),
|
||||
helpDocumentation: $t('help.documentation'),
|
||||
helpFeedback: $t('help.feedback'),
|
||||
|
||||
@ -5,6 +5,7 @@
|
||||
:sidebar-pinned="pinned"
|
||||
:settings="$Settings.get('ui.topbar', {})"
|
||||
:labels="{
|
||||
appMenu: $t('navigation:appMenu'),
|
||||
helpForum: $t('navigation:help.forum'),
|
||||
helpDocumentation: $t('navigation:help.documentation'),
|
||||
helpFeedback: $t('navigation:help.feedback'),
|
||||
|
||||
@ -5,6 +5,7 @@
|
||||
:sidebar-pinned="pinned"
|
||||
:settings="$Settings.get('ui.topbar', {})"
|
||||
:labels="{
|
||||
appMenu: $t('navigation:appMenu'),
|
||||
helpForum: $t('navigation:help.forum'),
|
||||
helpDocumentation: $t('navigation:help.documentation'),
|
||||
helpFeedback: $t('navigation:help.feedback'),
|
||||
|
||||
@ -5,6 +5,7 @@
|
||||
:sidebar-pinned="pinned"
|
||||
:settings="$Settings.get('ui.topbar', {})"
|
||||
:labels="{
|
||||
appMenu: $t('navigation:appMenu'),
|
||||
helpForum: $t('navigation:help.forum'),
|
||||
helpDocumentation: $t('navigation:help.documentation'),
|
||||
helpFeedback: $t('navigation:help.feedback'),
|
||||
|
||||
@ -21,14 +21,9 @@
|
||||
data-test-id="app-selector"
|
||||
variant="outline-extra-light"
|
||||
:href="appSelectorURL"
|
||||
title="Apps"
|
||||
size="lg"
|
||||
class="d-flex align-items-center justify-content-center text-dark border-0 nav-icon rounded-circle text-sm-nowrap"
|
||||
class="text-dark border-0"
|
||||
>
|
||||
<font-awesome-icon
|
||||
class="m-0 h5"
|
||||
:icon="['fas', 'grip-horizontal']"
|
||||
/>
|
||||
{{ labels.appMenu }}
|
||||
</b-button>
|
||||
|
||||
<b-dropdown
|
||||
|
||||
@ -89,6 +89,7 @@ general:
|
||||
single: 'One {{data}}'
|
||||
single_plural: '{{count}} {{data}}'
|
||||
navigation:
|
||||
appMenu: Menu
|
||||
adminPanel: Admin panel
|
||||
automation: Automation
|
||||
chart: Charts
|
||||
|
||||
@ -12,6 +12,7 @@ more: More
|
||||
namespace: Namespaces
|
||||
noPageTitle: No page title
|
||||
page: Pages
|
||||
appMenu: Menu
|
||||
userSettings:
|
||||
changePassword: Change password
|
||||
loggedInAs: Logged in as {{user}}
|
||||
|
||||
@ -4,6 +4,7 @@ help:
|
||||
feedback: Send feedback
|
||||
forum: Help
|
||||
version: 'Version:'
|
||||
appMenu: Menu
|
||||
userSettings:
|
||||
changePassword: Change password
|
||||
loggedInAs: Logged in as {{user}}
|
||||
|
||||
@ -13,6 +13,7 @@ namespace: Namespaces
|
||||
noPageTitle: No page title
|
||||
page: Pages
|
||||
publicPages: Public pages
|
||||
appMenu: Menu
|
||||
userSettings:
|
||||
changePassword: Change password
|
||||
loggedInAs: Logged in as {{user}}
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
appMenu: Menu
|
||||
help:
|
||||
documentation: Documentation
|
||||
feedback: Send feedback
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
appMenu: Menu
|
||||
help:
|
||||
documentation: Documentation
|
||||
feedback: Send feedback
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
appMenu: Menu
|
||||
help:
|
||||
documentation: Documentation
|
||||
feedback: Send feedback
|
||||
forum: Help
|
||||
version: 'Version:'
|
||||
|
||||
userSettings:
|
||||
changePassword: Change password
|
||||
loggedInAs: Logged in as {{user}}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user