Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Ravada-Mirror
Commits
a35af754
Commit
a35af754
authored
Aug 02, 2021
by
Francesc Guasch
Browse files
refactor(frontend): improved description on client viewer
parent
47378900
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/Ravada/Front.pm
View file @
a35af754
...
...
@@ -338,7 +338,7 @@ sub list_domains($self, %args) {
$row
->
{
node
}
=
$domain
->
_vm
->
name
if
$domain
->
_vm
;
$row
->
{
remote_ip
}
=
$domain
->
client_status
if
$domain
->
client_status
&&
$domain
->
client_status
!~
/^connected/
;
if
(
$domain
->
client_status
&&
$domain
->
client_status
=~
/^connected \((.*?)\)/
)
{
if
(
$domain
->
remote_ip
&&
$domain
->
client_status
&&
$domain
->
client_status
=~
/^connected \((.*?)\)/
)
{
$row
->
{
remote_ip
}
=
$domain
->
remote_ip
.
"
.$1
";
}
$row
->
{
autostart
}
=
$domain
->
_data
('
autostart
');
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment