Add separator and heading to selected clients

multi-ogserver
Javier Sánchez Parra 2022-03-04 11:31:02 +01:00
parent cc533aa3cc
commit 632bb3d578
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@
{% endmacro %}
{% macro selected_clients() -%}
<hr><h2>{{_('Selected clients')}}</h2>
<div id="selected-clients" class="d-flex flex-wrap justify-content-center"></div>
{% endmacro %}