mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 10:04:41 +00:00
firewall: log widget should do rdr too
This commit is contained in:
parent
9984dc96de
commit
2ca9db1c03
@ -79,7 +79,7 @@ $nentriesinterfaces = isset($config['widgets']['filterlogentriesinterfaces']) ?
|
||||
// needed to display the widget settings menu
|
||||
$("#log-configure").removeClass("disabled");
|
||||
// icons
|
||||
const field_type_icons = {'pass': 'fa-play', 'block': 'fa-ban'};
|
||||
const field_type_icons = {'pass': 'fa-play', 'block': 'fa-ban', 'rdr': 'fa-exchange'};
|
||||
|
||||
var interface_descriptions = {};
|
||||
ajaxGet('/api/diagnostics/interface/getInterfaceNames', {}, function(data, status) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user