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:
Ing. Jan KRCMAR
2017-03-09 15:14:38 +01:00
parent b5f9f638f1
commit 609651d707
2 changed files with 5 additions and 2 deletions

View File

@@ -18,8 +18,10 @@
<script>
function showPleaseWaitDialog() {
$('#pleaseWaitDialog').modal();
backgroundJobRunning = true;
}
function hidePleaseWaitDialog() {
$('#pleaseWaitDialog').modal('hide');
backgroundJobRunning = false;
}
</script>