From c1ac88e47c8562699edc9f5304649762366191e0 Mon Sep 17 00:00:00 2001 From: Alejandro Sirgo Rica Date: Tue, 3 Sep 2024 09:32:37 +0200 Subject: templates: fix ip card list spacing Remove unwanted witespace caused by tabs and spaces. Add margin to the ip card style to define an explicit spacing. --- ogcp/templates/actions/cache.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'ogcp/templates/actions/cache.html') diff --git a/ogcp/templates/actions/cache.html b/ogcp/templates/actions/cache.html index d64aebe..17d8cb4 100644 --- a/ogcp/templates/actions/cache.html +++ b/ogcp/templates/actions/cache.html @@ -42,9 +42,7 @@
∘︎ Checksum: {{images_data[image.selected.label.text]['checksum']}}
- {% for ip in images_data[image.selected.label.text]['clients'] %} -
{{ ip }}
- {% endfor %} + {% for ip in images_data[image.selected.label.text]['clients'] %}
{{ ip }}
{% endfor %} {% endfor %} -- cgit v1.2.3-18-g5258