From 45fdc64300064d160b25a2d605ab5e40ee1fbd89 Mon Sep 17 00:00:00 2001 From: Vitalii Date: Fri, 6 Oct 2023 15:25:00 +0300 Subject: [PATCH] web/satellite/vuetify-poc: download total usage report Added CTA to billing -> overview screen for user to download total usage report Issue: https://github.com/storj/storj/issues/6154 Change-Id: I465c955486e6fa9bf922d56798b2338c4bd2d73f --- .../billing/UsageAndChargesComponent.vue | 2 +- .../vuetify-poc/src/views/Billing.vue | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/web/satellite/vuetify-poc/src/components/billing/UsageAndChargesComponent.vue b/web/satellite/vuetify-poc/src/components/billing/UsageAndChargesComponent.vue index 1e98fb09c..8e1f5dd2c 100644 --- a/web/satellite/vuetify-poc/src/components/billing/UsageAndChargesComponent.vue +++ b/web/satellite/vuetify-poc/src/components/billing/UsageAndChargesComponent.vue @@ -4,7 +4,7 @@