diff --git a/storages/templates/storage.html b/storages/templates/storage.html index 0760b2c..c089f60 100644 --- a/storages/templates/storage.html +++ b/storages/templates/storage.html @@ -82,117 +82,116 @@ -
| # | -{% trans "Name" %} | -{% trans "Allocated" %} | -{% trans "Size" %} | -{% trans "Format" %} | -{% trans "Action" %} | -|
|---|---|---|---|---|---|---|
| {{ forloop.counter }} | -{{ volume.name }} | -{{ volume.allocation|filesizeformat }} | -{{ volume.size|filesizeformat }} | -{{ volume.type }} | -- - - {% ifnotequal volume.type "iso" %} - - {% else %} - - {% endifnotequal %} - | -- - | -
| # | +{% trans "Name" %} | +{% trans "Allocated" %} | +{% trans "Size" %} | +{% trans "Format" %} | +{% trans "Action" %} | +|
|---|---|---|---|---|---|---|
| {{ forloop.counter }} | +{{ volume.name|truncatechars:55 }} | +{{ volume.allocation|filesizeformat }} | +{{ volume.size|filesizeformat }} | +{{ volume.type }} | ++ + + {% ifnotequal volume.type "iso" %} + + {% else %} + + {% endifnotequal %} + | ++ + | +