1
0
Fork 0
mirror of synced 2024-07-06 15:00:49 +12:00
This commit is contained in:
mike12345567 2020-10-20 15:09:20 +01:00
parent 69743faa0d
commit 8f466c424d
2 changed files with 3 additions and 3 deletions

View file

@ -5,11 +5,11 @@
</script>
<div class="spinner-container">
<Circle {size} color="#000000" unit="px" />
<Circle {size} color="#000000" unit="px" />
</div>
<style>
.spinner-container {
display: block;
}
</style>
</style>

View file

@ -68,7 +68,7 @@
</span>
</div>
<div class="deployment-right">
{#if deployment.status.toLowerCase() === "pending"}
{#if deployment.status.toLowerCase() === 'pending'}
<Spinner size="10" />
{/if}
<div class={`deployment-status ${deployment.status}`}>