fix: ui
This commit is contained in:
parent
b3ebaa1fca
commit
453e7264b2
@ -197,13 +197,12 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="flex items-center justify-center">
|
<div class="flex items-center justify-center">
|
||||||
<button
|
<button
|
||||||
class:bg-coollabs={!loading.removing}
|
class:bg-red-600={!loading.removing}
|
||||||
class:hover:bg-coollabs-100={!loading.removing}
|
class:hover:bg-red-500={!loading.removing}
|
||||||
disabled={loading.removing}
|
disabled={loading.removing}
|
||||||
on:click={() => removeApplication(container)}
|
on:click={() => removeApplication(container)}
|
||||||
>{loading.removing ? 'Removing...' : 'Remove Application'}
|
>{loading.removing ? 'Removing...' : 'Remove Application'}
|
||||||
></button
|
</button>
|
||||||
>
|
|
||||||
</div>
|
</div>
|
||||||
{/each}
|
{/each}
|
||||||
{:else}
|
{:else}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user