소스 검색

try to reenable vmcreate after delete action

andre 4 년 전
부모
커밋
01a32c40d9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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*/
 function pcVmDeltedAjaxDone(data) {
-    window.location.reload();
+    window.location.href = 'https://portal.thurdata.ch/clientarea.php?action=productdetails';
 /*
     if(data.htmlData.redirectUrl)
     {