فهرست منبع

try to reenable vmcreate after delete action

andre 4 سال پیش
والد
کامیت
1db5f7b401
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      app/UI/Client/Templates/assets/js/vm/index.js

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

@@ -97,6 +97,7 @@ function pcVmDeltedAjaxDone(data) {
     {
         window.location.href = data.htmlData.redirectUrl;
     }
+    window.location.reload();
 }
 
 $(document).ready(function () {