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
6af961f9
Commit
6af961f9
authored
Oct 29, 2020
by
fv3rdugo
Browse files
refactor(frontend): hide confirm dialog
Issue #1389
parent
44fd0e92
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/main/vm_clones.html.ep
View file @
6af961f9
...
...
@@ -21,7 +21,7 @@
<a type="button" class="btn btn-primary text-white"
ng-click="shutdown_clones=0"
><%=l 'No' %></a>
<a type="button" class="btn btn-danger text-white" ng-click="request('shutdown_clones',{ 'id_domain': showmachine.id });"
<a type="button" class="btn btn-danger text-white" ng-click="request('shutdown_clones',{ 'id_domain': showmachine.id });
shutdown_clones=0
"
><%=l 'Yes, shutwdown all the clones' %></a>
</div>
...
...
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