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
zhengyouwei
9 years ago
Commit
7ecc1176f8d466bf85481677ac7c8984748d383b
1 parent
efc03e6a
修改nginx修改结果展示
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
monitor-ui-web/src/main/webapp/script/nginx_switch.js
monitor-ui-web/src/main/webapp/script/nginx_switch.js
View file @
7ecc117
...
...
@@ -29,12 +29,13 @@ function initSwitch(cloudName, target) {
dataType
:
'text'
,
success
:
function
(
resp
)
{
$
(
dialog
).
dialog
(
"hide"
);
var
data
=
JSON
.
parse
(
resp
);
var
dialog2
=
$
(
"<div>"
).
appendTo
(
$
(
"body"
));
dialog2
.
dialog
({
title
:
"切换结果"
,
backdrop
:
"static"
,
content
:
resp
.
data
,
content
:
data
.
data
,
buttons
:
[{
text
:
"确定"
,
className
:
"btn-danger"
,
...
...
Please
register
or
login
to post a comment