mirror of
https://github.com/webmin/webmin.git
synced 2025-07-23 00:30:33 +00:00
List of connected clients is an array ref https://github.com/webmin/webmin/issues/843
This commit is contained in:
@ -70,7 +70,7 @@ else {
|
||||
$text{'index_discdesc'},
|
||||
undef,
|
||||
&ui_select("tunnel", $config{'tunnel'},
|
||||
[ map { $_->{'name'} } @conns ]));
|
||||
[ map { $_->[0] } @conns ]));
|
||||
}
|
||||
|
||||
# Show at-boot button
|
||||
|
Reference in New Issue
Block a user