mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-05-31 09:29:38 +00:00
disable page reloading while migrating vm and pleaseWaitDialog is displayed
fixes: http redirect after migrate does not jump to new compute node
This commit is contained in:
@@ -18,8 +18,10 @@
|
||||
<script>
|
||||
function showPleaseWaitDialog() {
|
||||
$('#pleaseWaitDialog').modal();
|
||||
backgroundJobRunning = true;
|
||||
}
|
||||
function hidePleaseWaitDialog() {
|
||||
$('#pleaseWaitDialog').modal('hide');
|
||||
backgroundJobRunning = false;
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user