Browse Source

try to refresh form after action

andre 4 years ago
parent
commit
33b033103c
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

@@ -92,7 +92,7 @@ function mgLocationReload(data) {
 }
 
 function mgLocationReloadDelay(data) {
-    setTimeout(function(){ window.location.reload(); }, 2000);
+    setTimeout(function(){ window.location.reload(); }, 3000);
 }
 
 /* VM delete done*/