Sfoglia il codice sorgente

[WebUI] Fix add header filter in history

 - Issue: #1604
 - Reported by: @dimejo
tags/1.6.0
Andrew Lewis 7 anni fa
parent
commit
9286495fc2
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2
    2
      interface/js/app/history.js

+ 2
- 2
interface/js/app/history.js Vedi 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;
});
});

Loading…
Annulla
Salva