mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-04 09:50:09 +00:00
Modified Reset/DeleteAll/FactoryReset Id(Issue #5618)
This commit is contained in:
parent
905e45a08c
commit
cadfa4be78
3 changed files with 3 additions and 3 deletions
|
|
@ -1979,7 +1979,7 @@ $(function () {
|
|||
});
|
||||
});
|
||||
|
||||
$(`#disable-all-modal #btn-confirm-action`).click(async function () {
|
||||
$(`#btn-confirm-action_disable-all-modal`).click(async function () {
|
||||
|
||||
$(this).attr("disabled", "disabled");
|
||||
$.post(`${http_prefix}/lua/toggle_all_checks.lua`, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue