mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Fix single alert delete
This commit is contained in:
parent
3f50144d10
commit
22d9d3ad2c
1 changed files with 11 additions and 1 deletions
|
|
@ -1337,7 +1337,17 @@ function getCurrentStatus() {
|
|||
textAlign: 'left'
|
||||
}
|
||||
}
|
||||
]
|
||||
], tableCallback: function() {
|
||||
datatableForEachRow("#]] print(t["div-id"]) print[[", function(row_id) {
|
||||
$("form", this).submit(function() {
|
||||
// add "status" parameter to the form
|
||||
var get_params = paramsExtend(]] print(tableToJsObject(getTabParameters(url_params, nil))) print[[, {status:getCurrentStatus()});
|
||||
$(this).attr("action", "?" + $.param(get_params));
|
||||
|
||||
return true;
|
||||
});
|
||||
});
|
||||
}
|
||||
});
|
||||
});
|
||||
]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue