mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-06-01 11:22:34 +02:00
Update src/components/TagsManager.vue
Co-authored-by: Frank Elsinga <frank@elsinga.de>
This commit is contained in:
parent
40e9f297e7
commit
20789f59f1
1 changed files with 1 additions and 1 deletions
|
@ -137,10 +137,10 @@
|
||||||
</div>
|
</div>
|
||||||
<!-- Modal Footer: Cancel batch or Confirm and Add all staged tags -->
|
<!-- Modal Footer: Cancel batch or Confirm and Add all staged tags -->
|
||||||
<div class="modal-footer">
|
<div class="modal-footer">
|
||||||
|
<button type="button" class="btn btn-secondary" @click.stop="clearStagingAndCloseModal">{{ $t("Cancel") }}</button>
|
||||||
<button type="button" class="btn btn-outline-primary me-2" :disabled="processing || validateDraftTag.invalid" @click.stop="stageCurrentTag">
|
<button type="button" class="btn btn-outline-primary me-2" :disabled="processing || validateDraftTag.invalid" @click.stop="stageCurrentTag">
|
||||||
{{ $t("Add Another Tag") }}
|
{{ $t("Add Another Tag") }}
|
||||||
</button>
|
</button>
|
||||||
<button type="button" class="btn btn-secondary" @click.stop="clearStagingAndCloseModal">{{ $t("Cancel") }}</button>
|
|
||||||
<button type="button" class="btn btn-primary" :disabled="processing || (stagedForBatchAdd.length === 0 && validateDraftTag.invalid)" data-testid="add-tags-final-button" @click.stop="confirmAndCommitStagedTags">{{ $t("Add Tags") }}</button>
|
<button type="button" class="btn btn-primary" :disabled="processing || (stagedForBatchAdd.length === 0 && validateDraftTag.invalid)" data-testid="add-tags-final-button" @click.stop="confirmAndCommitStagedTags">{{ $t("Add Tags") }}</button>
|
||||||
</div>
|
</div>
|
||||||
<!-- End Modal Footer -->
|
<!-- End Modal Footer -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue