frontend/backend update

This commit is contained in:
carodej
2020-06-05 16:48:11 +02:00
parent ca14838212
commit cffdc3ced9
67 changed files with 3611 additions and 1136 deletions

View File

@@ -34,6 +34,14 @@
{{ row.data.attributes.role }}
</ColorLabel>
</td>
<td>
<span class="cell-item" v-if="row.relationships.subscription">
{{ row.relationships.subscription.data.attributes.name }}
</span>
<span class="cell-item" v-else>
Free
</span>
</td>
<td>
<span class="cell-item">
{{ row.relationships.storage.data.attributes.used }}%
@@ -113,6 +121,11 @@
field: 'data.attributes.role',
sortable: true
},
{
label: 'Subscription Plan',
field: 'data.attributes.role',
sortable: true
},
{
label: this.$t('admin_page_user.table.storage_used'),
field: 'data.attributes.storage.used',