diff --git a/ogcp/templates/actions/hardware.html b/ogcp/templates/actions/hardware.html
index 70a24de..6b6e4d2 100644
--- a/ogcp/templates/actions/hardware.html
+++ b/ogcp/templates/actions/hardware.html
@@ -7,7 +7,13 @@
{{_('Hardware inventory')}}
-Selected client: {{ form.ips.data }}
+{{ _('Selected client:') }} {{ form.ips.data }}
+
+{{ wtf.quick_form(form,
+ action=url_for('action_hardware'),
+ method='post',
+ button_map={'refresh': 'primary'},
+ extra_classes='m-2')}}
-{{ wtf.quick_form(form,
- action=url_for('action_hardware'),
- method='post',
- button_map={'refresh': 'primary'}) }}
{% endblock %}