mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 02:16:39 +00:00
Fix dismiss buttons
This commit is contained in:
parent
8fb089e57b
commit
36908af60f
17 changed files with 24 additions and 26 deletions
|
|
@ -9,7 +9,7 @@
|
|||
<b>Attention</b>: this process is irreversible!
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="button" class="btn btn-secondary" data-dismiss="modal">{{i18n("cancel", {}) }}</button>
|
||||
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">{{i18n("cancel", {}) }}</button>
|
||||
<button type="button" id='btn-confirm-delete' class="btn btn-danger">Confirm Deleting</button>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue