From 40acf5b75c1a889e767cec32fff24456e3e245d0 Mon Sep 17 00:00:00 2001 From: Tatiana Ovchinnikova Date: Fri, 9 Oct 2020 17:19:46 -0500 Subject: [PATCH] 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 --- .../project/containers/containers.html | 142 +++++++++--------- 1 file changed, 74 insertions(+), 68 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 329f11419c..34194763a7 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 $} - - -
-
-
-
-
-
-
-
    -
  • - 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.

+
+