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
7 years ago
Commit
1bb8efe20556e46011206617602febda43df8071
1 parent
8270ab71
去掉aws的nginx同步
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
monitor-ui-web/src/main/webapp/jsp/nginx/nginxSync.jsp
monitor-ui-web/src/main/webapp/jsp/nginx/nginxSync.jsp
View file @
1bb8efe
...
...
@@ -140,9 +140,9 @@
<
%--
<label
for=
"all"
>
All
</label>
--%>
<
%--
</div>
--%>
<div>
<
%--
<div>
<strong><font
color=
"red"
>
先同步AWS,一小时后再同步QQ
</font></strong>
</div>
</div>
--%>
<div
class=
"rdio rdio-default"
id=
"qcloud-redio-div"
>
<input
type=
"radio"
name=
"operate-1"
value=
"qcloud_val"
id=
"qcloud"
checked=
"checked"
...
...
@@ -208,7 +208,7 @@
</script>
<script
type=
"text/javascript"
>
$
(
function
()
{
$
(
"#aws-redio-div"
).
hide
();
$
(
"#qcloud-az3-redio-div"
).
hide
();
});
...
...
@@ -221,14 +221,13 @@
document
.
getElementById
(
"label_qcloud_radio"
).
innerHTML
=
"腾讯云"
;
$
(
"#qcloud-redio-div"
).
hide
();
$
(
"#aws-redio-div"
).
hide
();
$
(
"#gray-redio-div"
).
hide
();
$
(
"#qcloud-az2-redio-div"
).
hide
();
$
(
"#qcloud-az3-redio-div"
).
hide
();
if
(
id
==
1
){
$
(
"#qcloud-redio-div"
).
show
();
$
(
"#aws-redio-div"
).
show
();
//
$("#aws-redio-div").show();
$
(
"#gray-redio-div"
).
show
();
$
(
"#qcloud-az2-redio-div"
).
show
();
}
else
if
(
id
==
7
){
...
...
@@ -238,7 +237,7 @@
$
(
"#qcloud-az3-redio-div"
).
show
();
}
else
{
$
(
"#qcloud-redio-div"
).
show
();
$
(
"#aws-redio-div"
).
show
();
//
$("#aws-redio-div").show();
}
}
...
...
Please
register
or
login
to post a comment