From 35dffe9d8ebc3dd7efebb49eae36645b52b5e12c Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Fri, 12 Nov 2021 11:23:46 +0545 Subject: [PATCH] chart title and description --- app/views/console/storage/index.phtml | 85 ++++++++++++++------------- 1 file changed, 45 insertions(+), 40 deletions(-) diff --git a/app/views/console/storage/index.phtml b/app/views/console/storage/index.phtml index 52c02499a4..dae60aeaeb 100644 --- a/app/views/console/storage/index.phtml +++ b/app/views/console/storage/index.phtml @@ -155,67 +155,72 @@ data-service="storage.getUsage" data-event="load" data-name="usage"> - -
-
-
-
-
- -
-
-
- 0 - -
-
Storage
-
-
-
    -
  • Total Files
  • -
  • Total Buckets
  • -
+

Objects

+

Count of buckets, files and total storage used over time

+
+
+
+
-
+
    +
  • Total Files
  • +
  • Total Buckets
  • +
  • Total Storage
  • +
+ + + +

Buckets

+

Count of bucket create, read, update and delete operations over time

-
- +
+
-
    +
    • Buckets create
    • +
    • Buckets read
    • Buckets update
    • Buckets delete
    + +

    Files

    +

    Count of file create, read, update and delete operations over time

    +
    +
    +
    + +
    +
    +
    + +
      +
    • Files create
    • +
    • Files read
    • +
    • Files update
    • +
    • Files delete
    • +