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
2018-05-28 17:47:27 +0800
Commit
3d3fb0a0a3fb0b470f87e19a85e8bcf01cac934c
1 parent
c801a0d4
nginx切换调整
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
monitor-ui-web/src/main/webapp/script/switch.js
monitor-ui-web/src/main/webapp/script/switch.js
View file @
3d3fb0a
...
...
@@ -511,6 +511,8 @@ function nginxInitSwitch(cloudName, target, onlineOrGray) {
prompt
(
"提示"
,
"请选择目标nginx!"
);
return
;
}
alert
(
"开发中。。。"
);
return
;
var
dialog
=
$
(
"<div>"
).
appendTo
(
$
(
"body"
));
dialog
.
dialog
({
title
:
"你确定切换吗"
,
...
...
Please
register
or
login
to post a comment