mirror of https://git.48k.eu/ogcp
Wrap selected clients list
Otherwise, the list overflows the screen when users select many clients.multi-ogserver
parent
42ba24c9f9
commit
af4b07cecf
|
@ -54,7 +54,7 @@
|
|||
{% endmacro %}
|
||||
|
||||
{% macro cmd_selected_clients(ip_list) -%}
|
||||
<ul class="list-group mx-5 list-group-horizontal-sm">
|
||||
<ul class="list-group mx-5 list-group-horizontal-sm d-flex flex-wrap">
|
||||
{% for ip in ip_list %}
|
||||
<li class="list-group-item flex-fill list-group-item-info">{{ ip }}</li>
|
||||
{% endfor %}
|
||||
|
|
Loading…
Reference in New Issue