Move accounts navItem to user menu

This commit is contained in:
Benedikt Kulmann
2020-10-06 16:14:39 +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

View File

@@ -27,7 +27,8 @@ const navItems = [
route: {
name: 'accounts',
path: `/${appInfo.id}/`
}
},
menu: 'user'
}
]

View File

@@ -5,11 +5,11 @@
<oc-table-row class="fix-table-header">
<oc-table-cell shrink type="head" class="uk-text-center">
<oc-checkbox
class="oc-ml-s"
:value="areAllAccountsSelected"
@input="toggleSelectionAll"
:label="$gettext('Select all users')"
hide-label
class="oc-ml-s"
:value="areAllAccountsSelected"
@input="toggleSelectionAll"
:label="$gettext('Select all users')"
hide-label
/>
</oc-table-cell>
<oc-table-cell shrink type="head" />