Paddings when no configs
This commit is contained in:
parent
de5042253f
commit
e3c560e0c0
|
@ -65,6 +65,7 @@
|
||||||
Basic (Username & Password Authentication)
|
Basic (Username & Password Authentication)
|
||||||
</Body>
|
</Body>
|
||||||
|
|
||||||
|
{#if authConfigs.length}
|
||||||
<div class="auth-options">
|
<div class="auth-options">
|
||||||
<ActionGroup vertical compact>
|
<ActionGroup vertical compact>
|
||||||
<!-- Hack to first config margin to not work as expected -->
|
<!-- Hack to first config margin to not work as expected -->
|
||||||
|
@ -80,6 +81,7 @@
|
||||||
{/each}
|
{/each}
|
||||||
</ActionGroup>
|
</ActionGroup>
|
||||||
</div>
|
</div>
|
||||||
|
{/if}
|
||||||
<div>
|
<div>
|
||||||
<Button secondary icon="Add" on:click={addBasicConfiguration}
|
<Button secondary icon="Add" on:click={addBasicConfiguration}
|
||||||
>Add Basic</Button
|
>Add Basic</Button
|
||||||
|
|
Loading…
Reference in New Issue