From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] services.cgi: Remove links from addon services Date: Mon, 11 Nov 2024 10:37:21 +0100 Message-ID: <20241111093721.4311-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5895279958928155728==" List-Id: --===============5895279958928155728== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - As discussed in Video Conf Call on Oct 7th 2024 - This patch removes the links from the addon services, in line with the chan= ge made to the core services. Tested-by: Adolf Belka Signed-off-by: Adolf Belka --- html/cgi-bin/services.cgi | 3 --- 1 file changed, 3 deletions(-) diff --git a/html/cgi-bin/services.cgi b/html/cgi-bin/services.cgi index a3ae13c78..43babf522 100644 --- a/html/cgi-bin/services.cgi +++ b/html/cgi-bin/services.cgi @@ -161,9 +161,6 @@ END foreach $service (split(/ /, "$metadata{'Services'}")) { # Add addon name to displayname of service if servicename differs from a= ddon my $displayname =3D ($pak ne $service) ? "$service ($pak)" : $service; - if ( -e "/srv/web/ipfire/cgi-bin/$pak.cgi" ) { - $displayname =3D ($pak ne $service) ? "$service ($pak)" : "$service"; - } =20 print "$displayname "; =20 --=20 2.47.0 --===============5895279958928155728==--