From d4a1a4db6a4e4628f5684250e526552dafa14fe8 Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Sun, 13 Mar 2016 14:00:00 +0100 Subject: [PATCH] (ids) move processing dialog to shared template --- src/opnsense/mvc/app/views/OPNsense/IDS/index.volt | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/src/opnsense/mvc/app/views/OPNsense/IDS/index.volt b/src/opnsense/mvc/app/views/OPNsense/IDS/index.volt index 80bf78027..f6433793a 100644 --- a/src/opnsense/mvc/app/views/OPNsense/IDS/index.volt +++ b/src/opnsense/mvc/app/views/OPNsense/IDS/index.volt @@ -598,19 +598,7 @@ POSSIBILITY OF SUCH DAMAGE. - - +{{ partial("layout_partials/base_dialog_processing") }} {{ partial("layout_partials/base_dialog",['fields':formDialogRule,'id':'DialogRule','label':'Rule details','hasSaveBtn':'true','msgzone_width':1])}} {{ partial("layout_partials/base_dialog",['fields':formDialogAlert,'id':'DialogAlert','label':'Alert details','hasSaveBtn':'false','msgzone_width':1])}}