From 2ca9db1c031381a72c6930d46e24eca14573fdc2 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Sun, 9 Dec 2018 05:16:12 +0100 Subject: [PATCH] firewall: log widget should do rdr too --- src/www/widgets/widgets/log.widget.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/www/widgets/widgets/log.widget.php b/src/www/widgets/widgets/log.widget.php index 4433e781f..ba56933e6 100644 --- a/src/www/widgets/widgets/log.widget.php +++ b/src/www/widgets/widgets/log.widget.php @@ -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) {