From 23d9799e09ea6192fb12d6091e31400fbd6c3a8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20S=C3=A1nchez=20Parra?= Date: Wed, 23 Feb 2022 17:11:17 +0100 Subject: [PATCH] Limit max number of clients drawn in commands Print large number of clients (hundreds) does not make sense, it is unreadable. --- ogcp/templates/macros.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ogcp/templates/macros.html b/ogcp/templates/macros.html index a779dd7..d6ef2af 100644 --- a/ogcp/templates/macros.html +++ b/ogcp/templates/macros.html @@ -55,8 +55,12 @@ {% macro cmd_selected_clients(ip_list) -%} {% endmacro %}