X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Ftemplates%2Fdashboard%2Fmultiple_select_filter_widget.html;h=ad58ccbce836cfeacd7bb3926982bfa05b134196;hb=35c8640a32b7c6b3b35d68367668898fdfd7d423;hp=536fdcc37db49f3eeb0cb514a98ba36f65ec014b;hpb=511d120def045eab9d3bc703db3413c71de6da1c;p=laas.git diff --git a/src/templates/dashboard/multiple_select_filter_widget.html b/src/templates/dashboard/multiple_select_filter_widget.html index 536fdcc..ad58ccb 100644 --- a/src/templates/dashboard/multiple_select_filter_widget.html +++ b/src/templates/dashboard/multiple_select_filter_widget.html @@ -1,443 +1,52 @@ - -
-{% for object_class, object_list in filter_objects %} -
-
-

{{object_class}}

-
-
- {% for obj in object_list %} -
-

{{obj.name}}

-

{{obj.description}}

- +
+ {% for object_class, object_list in display_objects %} +
+
+
+

{{object_class}}

+
+
+ {% for obj in object_list %} +
+
+
+

{{obj.name}}

+
+
+

{{obj.description}}

+
+ +
+
+ {% endfor %} +
- - {% endfor %}
-
-{% endfor %} + {% endfor %}
-