From 57b78a03bd86a5ae4055cbce47014d9fab3ee710 Mon Sep 17 00:00:00 2001 From: Alejandro Sirgo Rica Date: Thu, 27 Jun 2024 16:12:37 +0200 Subject: templates: improve client list in cache and boot os views Show client IPs inside div components with a custom "card" styling. --- ogcp/templates/actions/cache.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ogcp/templates/actions/cache.html') diff --git a/ogcp/templates/actions/cache.html b/ogcp/templates/actions/cache.html index 336fd7f..f9aaf68 100644 --- a/ogcp/templates/actions/cache.html +++ b/ogcp/templates/actions/cache.html @@ -40,7 +40,11 @@ {{ image.clients() }} {{ image.image_name.data }} ({{ (images_data[image.selected.label.text]['size'] | int / 2**20)|round(3) }} MiB) - {{ ', '.join(images_data[image.selected.label.text]['clients']) }} + + {% for ip in images_data[image.selected.label.text]['clients'] %} +
{{ ip }}
+ {% endfor %} + {% endfor %} -- cgit v1.2.3-18-g5258