mirror of
https://github.com/webmin/webmin.git
synced 2026-05-04 22:30:33 +01:00
Don't check by default
This commit is contained in:
@@ -76,7 +76,7 @@ foreach $d (&list_diffs($act)) {
|
||||
($rb) = grep { $_->{'file'} eq $d->{'object'} } @files;
|
||||
}
|
||||
local $cbox = @files ?
|
||||
&ui_checkbox("r", $d->{'object'}, "", 1, undef, !$rb) : undef;
|
||||
&ui_checkbox("r", $d->{'object'}, "", $rb, undef, !$rb) : undef;
|
||||
$rbcount++ if ($rb);
|
||||
if ($t =~ /\$2/ || !$d->{'diff'}) {
|
||||
# Diff is just a single line message
|
||||
|
||||
Reference in New Issue
Block a user