From e065ad00169ae8132084dae939ad13b3aef2fdc6 Mon Sep 17 00:00:00 2001 From: Nikolay Yurchenko Date: Mon, 11 Nov 2019 13:12:32 +0200 Subject: [PATCH] detailed usage charges info markup added (#3528) --- .../account/billing/BillingArea.vue | 8 +- .../billing/{ => balance}/AccountBalance.vue | 2 +- .../BillingHistory.vue | 4 +- .../{ => depositAndBilling}/BillingItem.vue | 0 .../DepositAndBilling.vue | 4 +- .../{ => depositAndBilling}/SortingHeader.vue | 0 .../MonthlyBillingSummary.vue | 23 ++--- .../monthlySummary/UsageChargeItem.vue | 96 +++++++++++++++++++ .../{ => paymentMethods}/CardComponent.vue | 2 +- .../{ => paymentMethods}/CardDialog.vue | 2 +- .../{ => paymentMethods}/PaymentMethods.vue | 6 +- .../{ => paymentMethods}/StorjInput.vue | 0 .../{ => paymentMethods}/StripeInput.vue | 0 web/satellite/src/router/index.ts | 2 +- 14 files changed, 119 insertions(+), 30 deletions(-) rename web/satellite/src/components/account/billing/{ => balance}/AccountBalance.vue (98%) rename web/satellite/src/components/account/billing/{ => depositAndBilling}/BillingHistory.vue (95%) rename web/satellite/src/components/account/billing/{ => depositAndBilling}/BillingItem.vue (100%) rename web/satellite/src/components/account/billing/{ => depositAndBilling}/DepositAndBilling.vue (93%) rename web/satellite/src/components/account/billing/{ => depositAndBilling}/SortingHeader.vue (100%) rename web/satellite/src/components/account/billing/{ => monthlySummary}/MonthlyBillingSummary.vue (91%) create mode 100644 web/satellite/src/components/account/billing/monthlySummary/UsageChargeItem.vue rename web/satellite/src/components/account/billing/{ => paymentMethods}/CardComponent.vue (98%) rename web/satellite/src/components/account/billing/{ => paymentMethods}/CardDialog.vue (96%) rename web/satellite/src/components/account/billing/{ => paymentMethods}/PaymentMethods.vue (96%) rename web/satellite/src/components/account/billing/{ => paymentMethods}/StorjInput.vue (100%) rename web/satellite/src/components/account/billing/{ => paymentMethods}/StripeInput.vue (100%) diff --git a/web/satellite/src/components/account/billing/BillingArea.vue b/web/satellite/src/components/account/billing/BillingArea.vue index f77db5de8..19feef24a 100644 --- a/web/satellite/src/components/account/billing/BillingArea.vue +++ b/web/satellite/src/components/account/billing/BillingArea.vue @@ -29,10 +29,10 @@ + + diff --git a/web/satellite/src/components/account/billing/CardComponent.vue b/web/satellite/src/components/account/billing/paymentMethods/CardComponent.vue similarity index 98% rename from web/satellite/src/components/account/billing/CardComponent.vue rename to web/satellite/src/components/account/billing/paymentMethods/CardComponent.vue index 403391ae1..36fef147d 100644 --- a/web/satellite/src/components/account/billing/CardComponent.vue +++ b/web/satellite/src/components/account/billing/paymentMethods/CardComponent.vue @@ -38,7 +38,7 @@