From 80c732f34e8fdd98d9eb3afe5112b8fb81e7cd4f Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Fri, 12 Nov 2021 13:31:57 +0545 Subject: [PATCH] buckets chart --- app/views/console/storage/bucket.phtml | 21 +++++++-------------- app/views/console/storage/index.phtml | 16 ++++++++-------- 2 files changed, 15 insertions(+), 22 deletions(-) diff --git a/app/views/console/storage/bucket.phtml b/app/views/console/storage/bucket.phtml index 9095ab9ce9..32ee7f38f2 100644 --- a/app/views/console/storage/bucket.phtml +++ b/app/views/console/storage/bucket.phtml @@ -330,6 +330,8 @@ $fileLimitHuman = $this->getParam('fileLimitHuman', 0);

Usage

+

Objects

+

Count of files over time

@@ -343,28 +345,19 @@ $fileLimitHuman = $this->getParam('fileLimitHuman', 0);
  • Files
  • +

    Files

    +

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

    - +
    -
      -
    • Read
    • -
    - -
    -
    -
    - -
    -
    -
    - -
      +
      • Create
      • +
      • Read
      • Update
      • Delete
      diff --git a/app/views/console/storage/index.phtml b/app/views/console/storage/index.phtml index dae60aeaeb..05c6e81e26 100644 --- a/app/views/console/storage/index.phtml +++ b/app/views/console/storage/index.phtml @@ -199,10 +199,10 @@
      -
    • Buckets create
    • -
    • Buckets read
    • -
    • Buckets update
    • -
    • Buckets delete
    • +
    • Create
    • +
    • Read
    • +
    • Update
    • +
    • Delete

    Files

    @@ -216,10 +216,10 @@