mirror of
https://github.com/webmin/webmin.git
synced 2025-08-16 14:51:18 +00:00
Expand search to comments
This commit is contained in:
@ -43,6 +43,7 @@ if (@hosts) {
|
||||
$fixed = &dhcpd::find("fixed-address", $_->{'members'});
|
||||
$hard = &dhcpd::find("hardware", $_->{'members'});
|
||||
$_->{'values'}->[0] =~ /\Q$s\E/i ||
|
||||
$_->{'comment'} =~ /\Q$s\E/i ||
|
||||
$fixed->{'values'}->[0] =~ /\Q$s\E/i ||
|
||||
$hard->{'values'}->[1] =~ /\Q$s\E/i } @hosts;
|
||||
}
|
||||
|
Reference in New Issue
Block a user