landing page

This commit is contained in:
carodej
2020-07-08 09:07:11 +02:00
parent 5a5125967f
commit a43f0e6908
46 changed files with 2926 additions and 641 deletions

View File

@@ -143,7 +143,7 @@
},
{
label: 'Subscription Plan',
field: 'data.attributes.role',
field: 'data.attributes.subscription',
sortable: true,
hidden: ! this.config.isSaaS,
},
@@ -154,7 +154,7 @@
},
{
label: this.$t('admin_page_user.table.storage_capacity'),
field: 'data.attributes.storage.capacity',
field: 'relationships.storage.data.attributes.capacity',
sortable: true
},
{