index options added

This commit is contained in:
carodej
2020-07-13 09:49:25 +02:00
parent a74c1c7b6e
commit 2ae60003d6
50 changed files with 1106 additions and 135 deletions

View File

@@ -1,6 +1,6 @@
<template>
<PageTab :is-loading="isLoading" class="form-fixed-width" v-if="storage">
<PageTabGroup v-if="config.storageLimit || ! user.data.attributes.subscription">
<PageTabGroup v-if="config.storageLimit && ! user.data.attributes.subscription">
<FormLabel>
{{ $t('user_box_storage.title') }}
</FormLabel>