mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-24 18:36:48 +03:00
Added indicator while changing database records
This commit is contained in:
parent
c1aebef005
commit
678e248966
1 changed files with 1 additions and 0 deletions
|
@ -464,6 +464,7 @@
|
|||
{{ $t("Test") }}
|
||||
</button>
|
||||
<button type="submit" class="btn btn-primary" :disabled="processing">
|
||||
<div v-if="processing" class="spinner-border spinner-border-sm me-1"></div>
|
||||
{{ $t("Save") }}
|
||||
</button>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue