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
d25849e0
Commit
d25849e0
authored
Oct 13, 2021
by
Francesc Guasch
Browse files
refactor(frontend): check in one line to fix html lint warning
parent
4e0fc84f
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/main/vm_pool.html.ep
View file @
d25849e0
...
...
@@ -55,9 +55,7 @@
<div class="row">
<div class="col-md-12">
<div ng-show="showmachine.pools &&
showmachine.pool_clones >0 &&
showmachine.is_base==0">
<div ng-show="showmachine.pools && showmachine.pool_clones >0 && showmachine.is_base==0">
<%=l 'Warning: this virtual machine will be prepared as a base. This may take long.' %>
</div>
<div ng-show="showmachine.pool_start > showmachine.pool_clones"
...
...
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