fix: ui buttons
This commit is contained in:
parent
2741d0ab2a
commit
cbc3735ca0
@ -194,12 +194,13 @@
|
|||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
<div class="flex items-center justify-center">
|
<div class="flex items-center justify-center">
|
||||||
<button class="bg-coollabs hover:bg-coollabs-100" on:click={() => redeploy(container)}
|
<button class="btn btn-sm bg-coollabs hover:bg-coollabs-100" on:click={() => redeploy(container)}
|
||||||
>{$t('application.preview.redeploy')}</button
|
>{$t('application.preview.redeploy')}</button
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-center justify-center">
|
<div class="flex items-center justify-center">
|
||||||
<button
|
<button
|
||||||
|
class="btn btn-sm"
|
||||||
class:bg-red-600={!loading.removing}
|
class:bg-red-600={!loading.removing}
|
||||||
class:hover:bg-red-500={!loading.removing}
|
class:hover:bg-red-500={!loading.removing}
|
||||||
disabled={loading.removing}
|
disabled={loading.removing}
|
||||||
|
Loading…
Reference in New Issue
Block a user