Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ops
/
monitor-ui
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
qinchao
2017-08-01 16:17:37 +0800
Commit
dc47464c7d5272d3222f29ed70ea7a877deab797
1 parent
4053fae7
双机切换qcloud失败原因:javaRestart方法 if(toCloud="toAws"){ 应该是 if(toCloud=="toAws"){ ,把比较写成了赋值
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
monitor-ui-web/src/main/webapp/jsp/switch/new_center_switch.jsp
monitor-ui-web/src/main/webapp/jsp/switch/new_center_switch.jsp
View file @
dc47464
...
...
@@ -273,7 +273,7 @@
function
javaRestart
(
toCloud
){
var
wait
=
toWait
(
"正在重启java(目标DC),请耐心等候..."
);
var
commond
;
if
(
toCloud
=
"toAws"
){
if
(
toCloud
=
=
"toAws"
){
commond
=
"aws"
;
}
else
{
commond
=
"qcloud"
;
...
...
Please
register
or
login
to post a comment