mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 06:03:28 +00:00
Revert "Fix to show .service unit type"
72621c2929 (commitcomment-161382677)This reverts commit37f9ce4bb4.
This commit is contained in:
@@ -348,6 +348,7 @@ 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 ?
|
||||
|
||||
Reference in New Issue
Block a user