backend update

This commit is contained in:
carodej
2020-06-09 18:06:04 +02:00
parent 0b7bc27a5f
commit 95bc310def
48 changed files with 1013 additions and 657 deletions

View File

@@ -34,7 +34,7 @@
{{ row.data.attributes.role }}
</ColorLabel>
</td>
<td>
<td v-if="config.isSaaS">
<span class="cell-item" v-if="row.relationships.subscription">
{{ row.relationships.subscription.data.attributes.name }}
</span>
@@ -89,6 +89,7 @@
import PageHeader from '@/components/Others/PageHeader'
import ColorLabel from '@/components/Others/ColorLabel'
import Spinner from '@/components/FilesView/Spinner'
import {mapGetters} from "vuex"
import axios from 'axios'
export default {
@@ -106,6 +107,9 @@
Edit2Icon,
Spinner,
},
computed: {
...mapGetters(['config']),
},
data() {
return {
isLoading: true,
@@ -124,7 +128,8 @@
{
label: 'Subscription Plan',
field: 'data.attributes.role',
sortable: true
sortable: true,
hidden: true,
},
{
label: this.$t('admin_page_user.table.storage_used'),