Implement unit property for flags
This commit is contained in:
parent
c3742ade4e
commit
61fccca070
7 changed files with 17 additions and 7 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Reference in a new issue