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/disk_inspector.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ogcp/templates/disk_inspector.html') diff --git a/ogcp/templates/disk_inspector.html b/ogcp/templates/disk_inspector.html index 0b9ab4f..2f19ad2 100644 --- a/ogcp/templates/disk_inspector.html +++ b/ogcp/templates/disk_inspector.html @@ -308,7 +308,7 @@ missingClientsText = "

{{ _('Clients missing the target disk:') }}

"; } for (const c of excludedClientDisks[selectedDisk]) { - missingClientsText += '
' + c + '
'; + missingClientsText += '
' + c + '
'; } $('#clientWarningMsg').html(missingClientsText); {% endif %} -- cgit v1.2.3-18-g5258