From efcc55db1267f1621c0e720f521ca07607b3c6e7 Mon Sep 17 00:00:00 2001 From: Daniela <69676022+bobicloudvision@users.noreply.github.com> Date: Wed, 22 May 2024 13:45:20 +0300 Subject: [PATCH] update --- web/app/Filament/Pages/CustomerDashboard.php | 2 +- .../billing-download-resources.svg | 46 ------------------- .../phyre-customer-svg/billing-download.svg | 14 ++++++ .../phyre-customer-svg/metrics-bandwidth.svg | 42 +++++++++-------- .../pages/customer-dashboard.blade.php | 6 ++- 5 files changed, 43 insertions(+), 67 deletions(-) delete mode 100644 web/resources/phyre-customer-svg/billing-download-resources.svg create mode 100644 web/resources/phyre-customer-svg/billing-download.svg diff --git a/web/app/Filament/Pages/CustomerDashboard.php b/web/app/Filament/Pages/CustomerDashboard.php index fb88726..e0c29bd 100644 --- a/web/app/Filament/Pages/CustomerDashboard.php +++ b/web/app/Filament/Pages/CustomerDashboard.php @@ -135,7 +135,7 @@ class CustomerDashboard extends Page ], [ 'title'=>'Download Resources', - 'icon'=>'phyre_customer-billing-download-resources', + 'icon'=>'phyre_customer-billing-download', 'link'=>'#' ], [ diff --git a/web/resources/phyre-customer-svg/billing-download-resources.svg b/web/resources/phyre-customer-svg/billing-download-resources.svg deleted file mode 100644 index 81eaea0..0000000 --- a/web/resources/phyre-customer-svg/billing-download-resources.svg +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/web/resources/phyre-customer-svg/billing-download.svg b/web/resources/phyre-customer-svg/billing-download.svg new file mode 100644 index 0000000..0cbbcbb --- /dev/null +++ b/web/resources/phyre-customer-svg/billing-download.svg @@ -0,0 +1,14 @@ + + + + + + + + + + \ No newline at end of file diff --git a/web/resources/phyre-customer-svg/metrics-bandwidth.svg b/web/resources/phyre-customer-svg/metrics-bandwidth.svg index 26e0861..8c649d8 100644 --- a/web/resources/phyre-customer-svg/metrics-bandwidth.svg +++ b/web/resources/phyre-customer-svg/metrics-bandwidth.svg @@ -1,18 +1,24 @@ - - - - - - - - - - - - - - - - - - \ No newline at end of file + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/web/resources/views/filament/pages/customer-dashboard.blade.php b/web/resources/views/filament/pages/customer-dashboard.blade.php index 5d8544f..7ca44b0 100644 --- a/web/resources/views/filament/pages/customer-dashboard.blade.php +++ b/web/resources/views/filament/pages/customer-dashboard.blade.php @@ -14,7 +14,9 @@
-
+
+ +
{{$menuItem['title']}}
@@ -30,7 +32,7 @@