diff --git a/web/satellite/vuetify-poc/src/components/AccessTableComponent.vue b/web/satellite/vuetify-poc/src/components/AccessTableComponent.vue index c94b19a5b74e..609ee13f7d96 100644 --- a/web/satellite/vuetify-poc/src/components/AccessTableComponent.vue +++ b/web/satellite/vuetify-poc/src/components/AccessTableComponent.vue @@ -27,7 +27,6 @@ item-value="name" no-data-text="No results found" select-strategy="all" - class="elevation-1" @update:itemsPerPage="onUpdateLimit" @update:page="onUpdatePage" @update:sortBy="onUpdateSortBy" @@ -53,7 +52,7 @@ > - + - - + + @@ -94,7 +93,7 @@ View Bucket Details - + @@ -102,8 +101,8 @@ Share Bucket - - + + diff --git a/web/satellite/vuetify-poc/src/components/CardStatsComponent.vue b/web/satellite/vuetify-poc/src/components/CardStatsComponent.vue index 2f171302039e..9901f35701c2 100644 --- a/web/satellite/vuetify-poc/src/components/CardStatsComponent.vue +++ b/web/satellite/vuetify-poc/src/components/CardStatsComponent.vue @@ -10,7 +10,7 @@ - {{ data }} + {{ data }} diff --git a/web/satellite/vuetify-poc/src/components/ProjectCard.vue b/web/satellite/vuetify-poc/src/components/ProjectCard.vue index cfb8bcf95960..b9603f4df965 100644 --- a/web/satellite/vuetify-poc/src/components/ProjectCard.vue +++ b/web/satellite/vuetify-poc/src/components/ProjectCard.vue @@ -47,9 +47,9 @@ - - - + + + @@ -58,9 +58,9 @@ - + - + diff --git a/web/satellite/vuetify-poc/src/components/ProjectsTableComponent.vue b/web/satellite/vuetify-poc/src/components/ProjectsTableComponent.vue index b91c8f611428..27509bf956b4 100644 --- a/web/satellite/vuetify-poc/src/components/ProjectsTableComponent.vue +++ b/web/satellite/vuetify-poc/src/components/ProjectsTableComponent.vue @@ -23,7 +23,6 @@ :items="items" :search="search" no-data-text="No results found" - class="elevation-1" item-key="path" >