diff options
Diffstat (limited to 'ogcp/templates/disk_inspector.html')
-rw-r--r-- | ogcp/templates/disk_inspector.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 = "<p>{{ _('Clients missing the target disk:') }}</p>"; } for (const c of excludedClientDisks[selectedDisk]) { - missingClientsText += '<div class="card d-inline-block" style="padding: 5px;">' + c + '</div>'; + missingClientsText += '<div class="card d-inline-block" style="padding: 5px; margin: 3px;">' + c + '</div>'; } $('#clientWarningMsg').html(missingClientsText); {% endif %} |