Implement unit property for flags

This commit is contained in:
nemunaire 2021-11-12 23:52:22 +01:00
commit 61fccca070
7 changed files with 17 additions and 7 deletions

View file

@ -171,6 +171,9 @@
<Icon name="plus" />
</Button>
{/if}
{#if flag.unit}
<span class="input-group-text">{flag.unit}</span>
{/if}
</div>
{/each}
{#if flag.help}