diff --git a/web/satellite/vuetify-poc/src/components/TokenTransactionsTableComponent.vue b/web/satellite/vuetify-poc/src/components/TokenTransactionsTableComponent.vue new file mode 100644 index 000000000..a037334b9 --- /dev/null +++ b/web/satellite/vuetify-poc/src/components/TokenTransactionsTableComponent.vue @@ -0,0 +1,163 @@ +// Copyright (C) 2023 Storj Labs, Inc. +// See LICENSE for copying information. + + + + diff --git a/web/satellite/vuetify-poc/src/views/Billing.vue b/web/satellite/vuetify-poc/src/views/Billing.vue index 8d2e82331..ed81a5e94 100644 --- a/web/satellite/vuetify-poc/src/views/Billing.vue +++ b/web/satellite/vuetify-poc/src/views/Billing.vue @@ -139,37 +139,7 @@ - - - - - - - - + @@ -229,6 +199,7 @@ import AddCreditCardComponent from '@poc/components/AddCreditCardComponent.vue'; import BillingHistoryTab from '@poc/components/billing/BillingHistoryTab.vue'; import UsageAndChargesComponent from '@poc/components/billing/UsageAndChargesComponent.vue'; import StorjTokenCardComponent from '@poc/components/StorjTokenCardComponent.vue'; +import TokenTransactionsTableComponent from '@poc/components/TokenTransactionsTableComponent.vue'; const tab = ref(0); const search = ref('');