Showing
2 changed files
with
2 additions
and
2 deletions
@@ -181,7 +181,7 @@ | @@ -181,7 +181,7 @@ | ||
181 | </div> | 181 | </div> |
182 | 182 | ||
183 | <script src="<%=basePath%>script/common/genarate_left_panel.js"></script> | 183 | <script src="<%=basePath%>script/common/genarate_left_panel.js"></script> |
184 | -<script src="<%=basePath%>script/autoscaling/autoscaling_new.js?v=20171019-99"></script> | 184 | +<script src="<%=basePath%>script/autoscaling/autoscaling_new.js?v=20171019-100"></script> |
185 | <script> | 185 | <script> |
186 | $("#li_manager").addClass("active open"); | 186 | $("#li_manager").addClass("active open"); |
187 | $("#li_autoscaling").addClass("active"); | 187 | $("#li_autoscaling").addClass("active"); |
@@ -485,7 +485,7 @@ function unDeploy(showMessage){ | @@ -485,7 +485,7 @@ function unDeploy(showMessage){ | ||
485 | }else if(scalingGroupName=="ELASTICSEARCH"){ | 485 | }else if(scalingGroupName=="ELASTICSEARCH"){ |
486 | updateEsConfig(showMessage); | 486 | updateEsConfig(showMessage); |
487 | }else if(scalingGroupName.indexOf("nginx")>=0){ | 487 | }else if(scalingGroupName.indexOf("nginx")>=0){ |
488 | - updateNginxInfo(); | 488 | + updateNginxInfo(showMessage); |
489 | }else{ | 489 | }else{ |
490 | writeToText("正在更新git-iptables,请稍后..."); | 490 | writeToText("正在更新git-iptables,请稍后..."); |
491 | //5:更新git文件 | 491 | //5:更新git文件 |
-
Please register or login to post a comment