Browse Source

try to reenable vmcreate after delete action

andre 4 years ago
parent
commit
01a32c40d9
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

@@ -93,7 +93,7 @@ function mgLocationReload(data) {
 
 
 /* VM delete done*/
 /* VM delete done*/
 function pcVmDeltedAjaxDone(data) {
 function pcVmDeltedAjaxDone(data) {
-    window.location.reload();
+    window.location.href = 'https://portal.thurdata.ch/clientarea.php?action=productdetails';
 /*
 /*
     if(data.htmlData.redirectUrl)
     if(data.htmlData.redirectUrl)
     {
     {