浏览代码

[Web] Replot graph after drawing tables

André 7 年之前
父节点
当前提交
ab561139fe
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      data/web/js/debug.js

+ 1 - 0
data/web/js/debug.js

@@ -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);