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