Frontend: Replaced the refreshing text with a spinner
ci/woodpecker/push/ociImagePush Pipeline was successful
Details
ci/woodpecker/push/ociImagePush Pipeline was successful
Details
This commit is contained in:
parent
2525b3a50a
commit
36c3507d84
|
@ -45,7 +45,10 @@
|
||||||
<a v-if="!pollRefreshing" @click.stop="refresh">{{
|
<a v-if="!pollRefreshing" @click.stop="refresh">{{
|
||||||
i18n.ts.reload
|
i18n.ts.reload
|
||||||
}}</a>
|
}}</a>
|
||||||
<span v-else>{{ i18n.ts._poll.refreshing }}</span>
|
<i
|
||||||
|
v-else
|
||||||
|
class="ph-circle-notch ph-bold ph-lg fa-pulse ph-fw ph-lg"
|
||||||
|
></i>
|
||||||
</span>
|
</span>
|
||||||
<span v-if="isVoted"> · {{ i18n.ts._poll.voted }}</span>
|
<span v-if="isVoted"> · {{ i18n.ts._poll.voted }}</span>
|
||||||
<span v-else-if="closed"> · {{ i18n.ts._poll.closed }}</span>
|
<span v-else-if="closed"> · {{ i18n.ts._poll.closed }}</span>
|
||||||
|
|
Loading…
Reference in New Issue