Added feature to autorefresh in events view with datatables - #4330

This commit is contained in:
Tatiana Llorente 2019-07-16 15:43:52 +02:00
parent cb14a9f2e8
commit 9ad4c98268

View File

@ -690,7 +690,7 @@ if ($config['menu_type'] == 'classic') {
layout: '%M%nn%M:%S%nn%S',
labels: ['', '', '', '', '', '', ''],
onExpiry: function () {
dt_events.draw(true);
dt_events.draw(false);
}
});
}