Quellcode durchsuchen

[WebUI] Fix add header filter in history

 - Issue: #1604
 - Reported by: @dimejo
tags/1.6.0
Andrew Lewis vor 7 Jahren
Ursprung
Commit
9286495fc2
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2
    2
      interface/js/app/history.js

+ 2
- 2
interface/js/app/history.js Datei anzeigen

@@ -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;
});
});

Laden…
Abbrechen
Speichern