소스 검색

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