List of connected clients is an array ref https://github.com/webmin/webmin/issues/843

This commit is contained in:
Jamie Cameron
2018-03-06 15:22:00 -08:00
parent aef24cac4d
commit d30c18c67a

View File

@ -70,7 +70,7 @@ else {
$text{'index_discdesc'},
undef,
&ui_select("tunnel", $config{'tunnel'},
[ map { $_->{'name'} } @conns ]));
[ map { $_->[0] } @conns ]));
}
# Show at-boot button