mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 09:04:39 +00:00
IDS - reload grid after log drop (#6190)
This commit is contained in:
parent
746e7fb128
commit
fee706bfba
@ -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();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user