[Web] Replot graph after drawing tables

This commit is contained in:
André 2018-05-26 23:02:18 +02:00
parent a38424d3ad
commit ab561139fe

View File

@ -533,6 +533,7 @@ jQuery(function($){
draw_api_logs();
draw_netfilter_logs();
draw_rspamd_history();
rspamd_donut.replot({});
$(window).resize(function () {
var timer;
clearTimeout(timer);