Make active ProgressBars busy

This commit is contained in:
Johannes Zellner
2025-08-06 10:28:29 +02:00
parent c184f1e42e
commit 387c399078
9 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ onMounted(async () => {
<div v-html="$t('domains.syncDns.description')" style="margin-bottom: 12px"></div>
<div v-if="lastTask.active" style="margin: 12px 0">
<ProgressBar :value="lastTask.percent" />
<ProgressBar :value="lastTask.percent" :busy="true" />
<div>{{ lastTask.message }}</div>
</div>