ui: fixes

This commit is contained in:
Andras Bacsai
2022-11-14 10:59:19 +01:00
parent b4f9d29129
commit b654883d1a
2 changed files with 2 additions and 2 deletions

View File

@@ -71,7 +71,7 @@
</div>
{/if}
{#if persistentStorages.length > 0}
<div class="title pt-10">Custom Volumes</div>
<div class="title" class:pt-10={predefinedVolumes.length > 0}>Custom Volumes</div>
{/if}
{#each persistentStorages as storage}
{#key storage.id}