Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Ravada-Mirror
Commits
78909ddd
Commit
78909ddd
authored
Nov 04, 2019
by
Francesc Guasch
Browse files
join host and exposed port text
parent
2789b334
Changes
2
Hide whitespace changes
Inline
Side-by-side
lib/Ravada.pm
View file @
78909ddd
...
@@ -3,7 +3,7 @@ package Ravada;
...
@@ -3,7 +3,7 @@ package Ravada;
use
warnings
;
use
warnings
;
use
strict
;
use
strict
;
our
$VERSION
=
'
0.5.0-beta
8
';
our
$VERSION
=
'
0.5.0-beta
9
';
use
Carp
qw(carp croak)
;
use
Carp
qw(carp croak)
;
use
Data::
Dumper
;
use
Data::
Dumper
;
...
...
templates/main/run_request.html.ep
View file @
78909ddd
...
@@ -64,7 +64,7 @@
...
@@ -64,7 +64,7 @@
<ul
ng-show=
"domain.ports.length"
>
<ul
ng-show=
"domain.ports.length"
>
<li
ng-repeat=
"port in domain.ports"
>
<li
ng-repeat=
"port in domain.ports"
>
<b>
{{port.name}}
</b>
<b>
{{port.name}}
</b>
{{domain.display.ip}}
:
{{port.public_port}}
{{domain.display.ip}}
:
{{port.public_port}}
<i
class=
"fa fa-arrow-right"
></i>
<i
class=
"fa fa-arrow-right"
></i>
{{port.internal_port}}
{{port.internal_port}}
</li>
</li>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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