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
xuhui
2017-06-01 10:24:42 +0800
Commit
74aee8607612cc6af60b6d0cb4085db06903f4ed
1 parent
9f6e199c
安全问题
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
monitor-ui-web/src/main/webapp/script/switch.js
monitor-ui-web/src/main/webapp/script/switch.js
View file @
74aee86
...
...
@@ -249,6 +249,7 @@ function dnsSwitch(cloud){
onclick
:
function
()
{
sendAjax
(
"post"
,
getUrlBasePath
()
+
"/luaswitch/dnsSwitchConf?cloudName="
+
cloud
,
{},
"text"
,
switchSuccess
,
errorFunc
);
dialog
.
dialog
(
"hide"
);
toWait
();
}
}]
});
...
...
Please
register
or
login
to post a comment