From 5d478f1ffe5892b7497a65d65ad487575083a7d4 Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Wed, 17 Nov 2021 19:02:07 +0545 Subject: [PATCH 1/3] fix order --- app/views/console/storage/index.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/console/storage/index.phtml b/app/views/console/storage/index.phtml index bae402f7d6..964fae1a81 100644 --- a/app/views/console/storage/index.phtml +++ b/app/views/console/storage/index.phtml @@ -18,7 +18,7 @@ data-param-search="{{router.params.search}}" data-param-limit="" data-param-offset="{{router.params.offset}}" - data-param-order-type="ASC" + data-param-order-type="DESC" data-scope="sdk" data-name="project-buckets"> From ff4aa30781cf3603157c2422ad7f2ce3eb47feba Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Wed, 17 Nov 2021 19:05:35 +0545 Subject: [PATCH 2/3] fix elements parents --- app/views/console/storage/bucket.phtml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/views/console/storage/bucket.phtml b/app/views/console/storage/bucket.phtml index 200e44c682..4c1c5feaed 100644 --- a/app/views/console/storage/bucket.phtml +++ b/app/views/console/storage/bucket.phtml @@ -330,9 +330,9 @@ $fileLimitHuman = $this->getParam('fileLimitHuman', 0);

Usage

-

Objects

-

Count of files over time

+

Objects

+

Count of files over time

@@ -356,10 +356,10 @@ $fileLimitHuman = $this->getParam('fileLimitHuman', 0);
    -
  • Create
  • -
  • Read
  • -
  • Update
  • -
  • Delete
  • +
  • Create
  • +
  • Read
  • +
  • Update
  • +
  • Delete
From 71b3ecad10fe4b9ebcc8cc2d882c810ece9288e1 Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Wed, 17 Nov 2021 19:06:58 +0545 Subject: [PATCH 3/3] update naming --- app/views/console/storage/bucket.phtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/console/storage/bucket.phtml b/app/views/console/storage/bucket.phtml index 4c1c5feaed..67fcdb7f88 100644 --- a/app/views/console/storage/bucket.phtml +++ b/app/views/console/storage/bucket.phtml @@ -331,7 +331,7 @@ $fileLimitHuman = $this->getParam('fileLimitHuman', 0);

Usage

-

Objects

+

Files

Count of files over time

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

    Files

    +

    Operations

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