diff --git a/src/opnsense/mvc/app/views/OPNsense/IDS/index.volt b/src/opnsense/mvc/app/views/OPNsense/IDS/index.volt index ed313998b..67f9d17d4 100644 --- a/src/opnsense/mvc/app/views/OPNsense/IDS/index.volt +++ b/src/opnsense/mvc/app/views/OPNsense/IDS/index.volt @@ -687,7 +687,9 @@ POSSIBILITY OF SUCH DAMAGE. cssClass: 'btn-primary', action: function(dlg){ ajaxCall("/api/ids/service/dropAlertLog/", {filename: selected_log.data('filename')}, function(data,status){ + $('#alert-logfile option').prop('selected', false); updateAlertLogs(); + $('#grid-alerts').bootgrid('reload'); }); dlg.close(); }