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