From 37f9ce4bb41ec40d76fd20bf16538ae935f46da5 Mon Sep 17 00:00:00 2001 From: Ilia Ross Date: Thu, 3 Jul 2025 13:10:00 +0300 Subject: [PATCH] Fix to show `.service` unit type https://github.com/webmin/webmin/commit/72621c292910449c9eeaeec85462db08334d9a0d#commitcomment-161316248 --- init/index.cgi | 1 - 1 file changed, 1 deletion(-) diff --git a/init/index.cgi b/init/index.cgi index 7ff437c46..af512ed14 100755 --- a/init/index.cgi +++ b/init/index.cgi @@ -348,7 +348,6 @@ elsif ($init_mode eq "systemd" && $access{'bootup'}) { $l = "edit_systemd.cgi?name=".&urlize($u->{'name'}); } my $sname = $u->{'name'}; - $sname =~ s/\.service$//; print &ui_columns_row([ &ui_checkbox("d", $u->{'name'}, undef), $u->{'boot'} == -1 ?