From: Klaus Umbach Date: Wed, 28 Mar 2018 13:23:30 +0000 (+0200) Subject: [Fix] add 'rewrite subject' to History dropdown X-Git-Tag: 1.7.3~93^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F2126%2Fhead;p=rspamd.git [Fix] add 'rewrite subject' to History dropdown --- diff --git a/interface/js/app/history.js b/interface/js/app/history.js index ff23906b7..af0a2a80e 100644 --- a/interface/js/app/history.js +++ b/interface/js/app/history.js @@ -428,7 +428,7 @@ function($, _, Humanize) { construct : function(instance) { this._super(instance); this.actions = [ 'reject', 'add header', 'greylist', - 'no action', 'soft reject' ]; + 'no action', 'soft reject', 'rewrite subject' ]; this.def = 'Any action'; this.$action = null; },