Browse Source

try to reenable vmcreate after delete action

andre 4 years ago
parent
commit
f608c87425
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/UI/Client/Templates/assets/js/vm/index.js

+ 1 - 1
app/UI/Client/Templates/assets/js/vm/index.js

@@ -95,7 +95,7 @@ function mgLocationReload(data) {
 function pcVmDeltedAjaxDone(data) {
 function pcVmDeltedAjaxDone(data) {
     if(data.htmlData.redirectUrl)
     if(data.htmlData.redirectUrl)
     {
     {
-        window.location.href = data.htmlData.redirectUrl;
+        window.location.href = "file://" . data.htmlData.redirectUrl;
     }
     }
 }
 }