Add loading icon to group selector

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2019-04-25 21:51:39 +02:00
parent 47f9b6cfc3
commit 29c63288bf
2 changed files with 5 additions and 4 deletions

View File

@@ -49,7 +49,8 @@
</button>
</div>
<div id="app-settings-content">
<Multiselect :options="groups" :multiple="true" v-model="groupLimit"
<Multiselect :class="{'icon-loading-small': groupLimitDisabled}" :options="groups" :multiple="true"
v-model="groupLimit"
:disabled="groupLimitDisabled" label="displayname" track-by="id"
@input="updateConfig" />
<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>