mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 16:14:40 +00:00
intrusion detection: convert to new service control
This commit is contained in:
parent
f651d13359
commit
c3dfd37d8e
@ -56,9 +56,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
* update service status
|
||||
*/
|
||||
function updateStatus() {
|
||||
ajaxCall(url="/api/ids/service/status", sendData={}, callback=function(data,status) {
|
||||
updateServiceStatusUI(data['status']);
|
||||
});
|
||||
updateServiceControlUI('ids');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user