From 78fd46ad4ffc573b2f6c3885a7ac0310319c1d4d Mon Sep 17 00:00:00 2001 From: Alejandro Sirgo Rica Date: Wed, 17 Jul 2024 10:42:18 +0200 Subject: ogcp: show oglive client groups by ip Use the same visualization as the other parts of the web in the table that groups clients by ogLive. --- ogcp/templates/actions/oglive.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ogcp/templates/actions') diff --git a/ogcp/templates/actions/oglive.html b/ogcp/templates/actions/oglive.html index 9c9d48b..82bd957 100644 --- a/ogcp/templates/actions/oglive.html +++ b/ogcp/templates/actions/oglive.html @@ -32,8 +32,8 @@ {{oglive}} - {% for client in clients %} - {{client}} + {% for ip in clients %} +
{{ ip }}
{% endfor %} -- cgit v1.2.3-18-g5258