]> source.dussan.org Git - rspamd.git/commitdiff
[Fix] add 'rewrite subject' to History dropdown 2126/head
authorKlaus Umbach <klaus-github@uxix.de>
Wed, 28 Mar 2018 13:23:30 +0000 (15:23 +0200)
committerKlaus Umbach <klaus-github@uxix.de>
Wed, 28 Mar 2018 13:23:30 +0000 (15:23 +0200)
interface/js/app/history.js

index ff23906b7991d5351353e0221fdcd7f8966a3129..af0a2a80e9bbcc046dc52c06ad137bc513e6ec46 100644 (file)
@@ -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;
         },