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=e97a41be0062243d9d7369303dba35e4fc2f51d4;hpb=bf45f8f4d05d9842b285013cfcb0a0235ce51c5d;p=laas.git diff --git a/src/templates/dashboard/multiple_select_filter_widget.html b/src/templates/dashboard/multiple_select_filter_widget.html index e97a41b..ad58ccb 100644 --- a/src/templates/dashboard/multiple_select_filter_widget.html +++ b/src/templates/dashboard/multiple_select_filter_widget.html @@ -1,15 +1,15 @@ -
-
- {% for object_class, object_list in display_objects %} -
+
+ {% for object_class, object_list in display_objects %} +
+

{{object_class}}

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

{{obj.name}}

@@ -17,15 +17,22 @@

{{obj.description}}

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