diff --git a/ui/scripts/cloud.core.host.js b/ui/scripts/cloud.core.host.js index a9be21907c6..3cf41276adf 100644 --- a/ui/scripts/cloud.core.host.js +++ b/ui/scripts/cloud.core.host.js @@ -132,7 +132,7 @@ function hostJsonToDetailsTab() { if($midmenuItem1.find("#spinning_wheel").css("display") == "none") { if(jsonObj.state in hostChangableStatus) { $("body").everyTime( - 2000, + 5000, timerKey, function() { $.ajax({ diff --git a/ui/scripts/cloud.core.instance.js b/ui/scripts/cloud.core.instance.js index 112d547f4db..b300a64113c 100644 --- a/ui/scripts/cloud.core.instance.js +++ b/ui/scripts/cloud.core.instance.js @@ -1838,7 +1838,7 @@ function vmJsonToDetailsTab(){ if($midmenuItem1.find("#spinning_wheel").css("display") == "none") { if(jsonObj.state in vmChangableStatus) { $("body").everyTime( - 2000, + 5000, timerKey, function() { $.ajax({ diff --git a/ui/scripts/cloud.core.primarystorage.js b/ui/scripts/cloud.core.primarystorage.js index 3b5eddd3a8f..474c7776600 100644 --- a/ui/scripts/cloud.core.primarystorage.js +++ b/ui/scripts/cloud.core.primarystorage.js @@ -122,7 +122,7 @@ function primarystorageJsonToDetailsTab() { if($midmenuItem1.find("#spinning_wheel").css("display") == "none") { if(jsonObj.state in primarystorageChangableStatus) { $("body").everyTime( - 2000, + 5000, timerKey, function() { $.ajax({ diff --git a/ui/scripts/cloud.core.router.js b/ui/scripts/cloud.core.router.js index 3db39d624e9..8ff4a85c946 100644 --- a/ui/scripts/cloud.core.router.js +++ b/ui/scripts/cloud.core.router.js @@ -140,7 +140,7 @@ function routerJsonToDetailsTab() { if($midmenuItem1.find("#spinning_wheel").css("display") == "none") { if(jsonObj.state in vmChangableStatus) { $("body").everyTime( - 2000, + 5000, timerKey, function() { $.ajax({ diff --git a/ui/scripts/cloud.core.systemvm.js b/ui/scripts/cloud.core.systemvm.js index ce9c697aa93..75b8d8d9b68 100644 --- a/ui/scripts/cloud.core.systemvm.js +++ b/ui/scripts/cloud.core.systemvm.js @@ -114,7 +114,7 @@ function systemvmJsonToDetailsTab() { if($midmenuItem1.find("#spinning_wheel").css("display") == "none") { if(jsonObj.state in vmChangableStatus) { $("body").everyTime( - 2000, + 5000, timerKey, function() { $.ajax({