Move accounts navItem to user menu

This commit is contained in:
Benedikt Kulmann
2020-10-07 09:46:45 +02:00
parent e71f1d24aa
commit de1faa7c91
3 changed files with 10 additions and 9 deletions
File diff suppressed because one or more lines are too long
+2 -1
View File
@@ -27,7 +27,8 @@ const navItems = [
route: { route: {
name: 'accounts', name: 'accounts',
path: `/${appInfo.id}/` path: `/${appInfo.id}/`
} },
menu: 'user'
} }
] ]
@@ -5,11 +5,11 @@
<oc-table-row class="fix-table-header"> <oc-table-row class="fix-table-header">
<oc-table-cell shrink type="head" class="uk-text-center"> <oc-table-cell shrink type="head" class="uk-text-center">
<oc-checkbox <oc-checkbox
class="oc-ml-s" class="oc-ml-s"
:value="areAllAccountsSelected" :value="areAllAccountsSelected"
@input="toggleSelectionAll" @input="toggleSelectionAll"
:label="$gettext('Select all users')" :label="$gettext('Select all users')"
hide-label hide-label
/> />
</oc-table-cell> </oc-table-cell>
<oc-table-cell shrink type="head" /> <oc-table-cell shrink type="head" />