summaryrefslogtreecommitdiffstats
path: root/ogcp/templates
diff options
context:
space:
mode:
authorAlejandro Sirgo Rica <asirgo@soleta.eu>2024-07-17 10:42:18 +0200
committerAlejandro Sirgo Rica <asirgo@soleta.eu>2024-07-17 10:57:44 +0200
commit78fd46ad4ffc573b2f6c3885a7ac0310319c1d4d (patch)
tree738f9700fe65f2875a2e52d9362e0b67cf1cfe18 /ogcp/templates
parentcae11fb04e68a7aaba6212967253517137454d1d (diff)
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.
Diffstat (limited to 'ogcp/templates')
-rw-r--r--ogcp/templates/actions/oglive.html4
1 files changed, 2 insertions, 2 deletions
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 @@
<tr>
<th>{{oglive}}</th>
<td>
- {% for client in clients %}
- {{client}}
+ {% for ip in clients %}
+ <div class="card d-inline-block" style="padding: 5px;">{{ ip }}</div>
{% endfor %}
</td>
</tr>