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
774ead8e
Commit
774ead8e
authored
Sep 28, 2021
by
Francesc Guasch
Browse files
fix(frontend): port status on machine options
parent
18e7ffc8
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/main/vm_ports.html.ep
View file @
774ead8e
...
...
@@ -38,9 +38,9 @@
<div class="row" ng-repeat="port in showmachine.ports" style="margin-top: 10px">
<div class="col-lg-2 mt-2">
{{port.internal_port}}
<span ng-show="showmachine.is_active && !port.is_
up
"
<span ng-show="showmachine.is_active && !port.is_
active
"
class="badge badge-danger">down</span>
<span ng-show="showmachine.is_active && port.is_
up
"
<span ng-show="showmachine.is_active && port.is_
active
"
class="badge badge-info">up</span>
</div>
<div class="col-lg-2 mt-2">
...
...
Write
Preview
Markdown
is supported
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