From c3dfd37d8ef14169f3c36b1f2dd11df3ce269d0c Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Wed, 28 Feb 2018 20:00:45 +0000 Subject: [PATCH] intrusion detection: convert to new service control --- src/opnsense/mvc/app/views/OPNsense/IDS/index.volt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/opnsense/mvc/app/views/OPNsense/IDS/index.volt b/src/opnsense/mvc/app/views/OPNsense/IDS/index.volt index b1011d361..030040ad7 100644 --- a/src/opnsense/mvc/app/views/OPNsense/IDS/index.volt +++ b/src/opnsense/mvc/app/views/OPNsense/IDS/index.volt @@ -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'); } /**