Browse Source

[Web] Replot graph after drawing tables

André 7 years ago
parent
commit
ab561139fe
1 changed files with 1 additions and 0 deletions
  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);