]> source.dussan.org Git - rspamd.git/commitdiff
[WebUI] Fix add header filter in history
authorAndrew Lewis <nerf@judo.za.org>
Fri, 21 Apr 2017 15:01:01 +0000 (17:01 +0200)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 1 May 2017 13:03:04 +0000 (14:03 +0100)
 - Issue: #1604
 - Reported by: @dimejo

interface/js/app/history.js

index c2e866880e2b12b41176aadcb680a48d3a49e7f7..3e8010de4de14239f99c23bd1fa7a4e79c562899 100644 (file)
@@ -368,7 +368,7 @@ function($, _, Humanize) {
         FooTable.actionFilter = FooTable.Filtering.extend({
         construct : function(instance) {
             this._super(instance);
-            this.actions = [ 'reject', 'add_header', 'greylist',
+            this.actions = [ 'reject', 'add header', 'greylist',
                     'no action', 'soft reject' ];
             this.def = 'Any action';
             this.$action = null;
@@ -631,4 +631,4 @@ function($, _, Humanize) {
     interface.setup = function(rspamd, tables) {
     };
     return interface;
-});
\ No newline at end of file
+});