X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=dashboard%2Fsrc%2Ftemplates%2Fdashboard%2Fmultiple_select_filter_widget.html;h=43025432f78ad5162d1e262ea4f91d6fa8e6c75c;hb=refs%2Fchanges%2F15%2F68115%2F2;hp=628fd95f95ea995f45f8a4d4545707d4ef520d9e;hpb=de9c15c2237c57a5e23cdecae548a7a762004a4c;p=pharos-tools.git diff --git a/dashboard/src/templates/dashboard/multiple_select_filter_widget.html b/dashboard/src/templates/dashboard/multiple_select_filter_widget.html index 628fd95..4302543 100644 --- a/dashboard/src/templates/dashboard/multiple_select_filter_widget.html +++ b/dashboard/src/templates/dashboard/multiple_select_filter_widget.html @@ -1,9 +1,13 @@ + + +
-{% 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 %}
-