mirror of
https://github.com/webmin/webmin.git
synced 2026-05-04 22:30:33 +01:00
Disallow mass operations on init.d actions when upstart is in use
This commit is contained in:
@@ -316,7 +316,8 @@ elsif ($init_mode eq "upstart" && $access{'bootup'}) {
|
||||
$l = "edit_upstart.cgi?name=".&urlize($u->{'name'});
|
||||
}
|
||||
print &ui_columns_row([
|
||||
&ui_checkbox("d", $u->{'name'}, undef),
|
||||
&ui_checkbox("d", $u->{'name'}, undef, 0, undef,
|
||||
$u->{'legacy'}),
|
||||
"<a href='$l'>$u->{'name'}</a>",
|
||||
$u->{'desc'},
|
||||
$u->{'boot'} eq 'start' ? $text{'yes'} :
|
||||
|
||||
Reference in New Issue
Block a user