From c256bc6cda0fadd09f2f17c854395511d310cb28 Mon Sep 17 00:00:00 2001 From: Tatiana Ovchinnikova Date: Fri, 9 Oct 2020 17:19:46 -0500 Subject: Fix full text search at containers page Containers page uses the standard Magic Search filtering, however its full text search option doesn't work. This patch makes the filtering work properly with full text search. Closes-Bug: #1902610 Change-Id: Ie784d187c89eba1a2673ecafd72e903115a264d3 (cherry picked from commit 40acf5b75c1a889e767cec32fff24456e3e245d0) --- .../dashboard/project/containers/containers.html | 140 +++++++++++---------- 1 file changed, 73 insertions(+), 67 deletions(-) diff --git a/openstack_dashboard/dashboards/project/static/dashboard/project/containers/containers.html b/openstack_dashboard/dashboards/project/static/dashboard/project/containers/containers.html index 329f11419..34194763a 100644 --- a/openstack_dashboard/dashboards/project/static/dashboard/project/containers/containers.html +++ b/openstack_dashboard/dashboards/project/static/dashboard/project/containers/containers.html @@ -13,76 +13,82 @@
- - -
- -
- - {$ container.name $} - - -
-
-
-
-
+ +
+ +
+ + {$ container.name $} + + + +
+
+ +
+
+
+
+
    +
  • + Object Count + {$ container.count $} +
  • +
  • + Size + {$ container.bytes | bytes $} +
  • +
  • + Date Created + {$ container.timestamp | date $} +
  • +
  • + Storage Policy + {$ container.storage_policy.display_name $} + ({$ container.storage_policy.name $}) +
  • +
  • + Storage Policy + {$ container.storage_policy.name $} +
  • + +
-
    -
  • - Object Count - {$ container.count $} -
  • -
  • - Size - {$ container.bytes | bytes $} -
  • -
  • - Date Created - {$ container.timestamp | date $} -
  • -
  • - Storage Policy - {$ container.storage_policy.display_name $} - ({$ container.storage_policy.name $}) -
  • -
  • - Storage Policy - {$ container.storage_policy.name $} -
  • - -
-
- -
-

No items to display.

-
+ +
+

No items to display.

+
+
-- cgit v1.2.1