diff --git a/netbox/templates/inc/search_panel.html b/netbox/templates/inc/search_panel.html index 4d76dff69..7f07a6136 100644 --- a/netbox/templates/inc/search_panel.html +++ b/netbox/templates/inc/search_panel.html @@ -5,37 +5,38 @@ Search
-
+ {% for field in filter_form.hidden_fields %} {{ field }} {% endfor %} {% for field in filter_form.visible_fields %} -
-
- {% if field.name == "q" %} -
- - -
- {% elif field|widget_type == 'checkboxinput' %} - - {% else %} - {{ field.label_tag }} - {{ field }} - {% endif %} -
+ {% if field.name == "q" %} +
+ +
+ {% elif field|widget_type == 'checkboxinput' %} +
+ + {{ field }} +
+ {% else %} +
+ {{ field }} + {{ field.label_tag }} +
+ {% endif %} {% endfor %} -
+