mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Fix to prevent masked services from being edited
This commit is contained in:
@@ -348,7 +348,8 @@ elsif ($init_mode eq "systemd" && $access{'bootup'}) {
|
||||
}
|
||||
print &ui_columns_row([
|
||||
&ui_checkbox("d", $u->{'name'}, undef),
|
||||
&ui_link($l, $u->{'name'}),
|
||||
$u->{'boot'} == -1 ?
|
||||
&html_escape($u->{'name'}) : &ui_link($l, $u->{'name'}),
|
||||
$u->{'desc'},
|
||||
$u->{'fullstatus'} || "<i>$text{'index_unknown'}</i>",
|
||||
$u->{'boot'} == 1 ?
|
||||
|
||||
Reference in New Issue
Block a user