From ae04606fa5025e61e7bed3866087647984be03b4 Mon Sep 17 00:00:00 2001 From: Self-Hosting-Group <155233284+Self-Hosting-Group@users.noreply.github.com> Date: Tue, 20 Aug 2024 00:00:00 +0000 Subject: [PATCH] net/upnp: Remove `Interface` column in status, as it shows the WAN --- net/upnp/src/www/status_upnp.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/net/upnp/src/www/status_upnp.php b/net/upnp/src/www/status_upnp.php index 0a9a983d8..96ac60e80 100644 --- a/net/upnp/src/www/status_upnp.php +++ b/net/upnp/src/www/status_upnp.php @@ -65,7 +65,6 @@ include("head.inc");
| =gettext("Interface")?> | =gettext("Ext. Port")?> | =gettext("Internal IP")?> | =gettext("Int. Port")?> | @@ -83,7 +82,6 @@ include("head.inc"); } ?>|||||||||||
| = html_safe(convert_friendly_interface_to_friendly_descr(convert_real_interface_to_friendly_interface_name($matches['iface']))) ?> | = html_safe($matches['extport']) ?> | = html_safe($matches['intaddr']) ?> | = html_safe($matches['intport']) ?> | @@ -97,7 +95,7 @@ include("head.inc");|||||||||||
| + | ||||||||||||||