Adjust navigation to new component slots

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2020-07-11 11:32:28 +02:00
parent 20a73c6bf2
commit 2faaf29d03

View File

@@ -22,7 +22,7 @@
<template>
<AppNavigationVue :class="{'icon-loading': loading}">
<ul>
<template #list>
<AppNavigationBoardCategory
id="deck-navigation-all"
to="/board"
@@ -43,7 +43,8 @@
:boards="sharedBoards"
icon="icon-shared" />
<AppNavigationAddBoard v-if="canCreate" />
</ul>
</template>
<template #footer>
<AppNavigationSettings>
<div>
<Multiselect v-model="groupLimit"
@@ -59,6 +60,7 @@
<p>{{ t('deck', 'Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.') }}</p>
</div>
</AppNavigationSettings>
</template>
</AppNavigationVue>
</template>