From 762de34e1f54c484dc5fa1b7d5d5dc66ed102877 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 19 May 2019 21:13:17 +0200 Subject: [PATCH] some visual things --- dirkules/templates/drives.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dirkules/templates/drives.html b/dirkules/templates/drives.html index 6eeaf08..5817097 100644 --- a/dirkules/templates/drives.html +++ b/dirkules/templates/drives.html @@ -60,7 +60,11 @@ {% for storage in mem %} - {{ storage.label }} + {% if storage.label|length %} + {{ storage.label }} + {% else %} + Namenlos + {% endif %} {{ storage.part }} {{ storage.fs }} {{ storage.mpoint }}