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
6e1a7aba
Commit
6e1a7aba
authored
May 10, 2019
by
Francesc Guasch
Browse files
refactor(frontend): removed debug
parent
5615e663
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/main/vm_base.html.ep
View file @
6e1a7aba
...
@@ -10,9 +10,7 @@
...
@@ -10,9 +10,7 @@
... Loading ...
... Loading ...
</div>
</div>
{{showmachine.bases}}
<div class="row" ng-repeat="node in nodes">
<div class="row" ng-repeat="node in nodes">
{{node.id}}
<div class="col-md-1" ng-show="{{node.type == showmachine.type}}">
<div class="col-md-1" ng-show="{{node.type == showmachine.type}}">
<input type="checkbox" ng-checked="showmachine.bases[node.id]"
<input type="checkbox" ng-checked="showmachine.bases[node.id]"
ng-click="set_base(node.id, showmachine.id, !showmachine.bases[node.id])"
ng-click="set_base(node.id, showmachine.id, !showmachine.bases[node.id])"
...
...
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