You've already forked mailcow-dockerized
mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-09-16 09:26:45 +02:00
[Web] Fix Rspamd plot, again - fixes #1467
This commit is contained in:
@@ -544,7 +544,7 @@ jQuery(function($){
|
||||
$('a[data-toggle="tab"]').on('shown.bs.tab', function (e) {
|
||||
var target = $(e.target).attr("href");
|
||||
if ((target == '#tab-rspamd-history')) {
|
||||
plot_rspamd();
|
||||
rspamd_donut_plot.replot({});
|
||||
}
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user