Commit 150644d6 by tarokkk

webui: Added preventprop for clodgui connectlink

parent d276cd94
......@@ -47,6 +47,9 @@ $(function() {
get_vm_details($(this).data('id'));
});
}
else {
e.stopPropagation();
}
$('.stop-vm-button').click(function(e) {
e.preventDefault(); e.stopPropagation();
stop_vm($(this).data('id'), $(this).data('name'));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment