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
Plain Diff
Browse Files
Authored by
fanzelei
9 years ago
Commit
078814855cbe78bcaf8e34aac423a49ae7e594e7
2 parents
e36f6749
ff162402
Merge branch 'master' of
http://git.yoho.cn/ops/monitor-ui
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
monitor-ui-web/src/main/webapp/jsp/redisInfo/redisInfoList.jsp
monitor-ui-web/src/main/webapp/jsp/redisInfo/redisInfoList.jsp
View file @
0788148
...
...
@@ -87,7 +87,6 @@
</div>
<!-- /.modal -->
</div>
<div
id=
"testDiv"
></div>
</div>
</body>
<script
src=
"<%=basePath %>script/common/genarate_left_panel.js"
></script>
...
...
@@ -140,7 +139,8 @@
var
cccc
=
obj
.
paramMonitor
.
split
(
";"
);
awsIp
=
awsIp
+
"<br/>"
+
cccc
[
1
]
+
"<br/>"
+
cccc
[
2
]
+
'</button>'
;
}
else
if
(
obj
.
isFailed
==
0
)
{
awsIp
+=
'<button class="btn_java_api btn btn-lg btn-default btn-danger" style="margin-top:5px;margin-left:5px;width: 165px;text-align:left;font-size: 12px;">'
+
obj
.
nodeTo
+
'</button>'
;
awsIp
+=
'<button class="btn_java_api btn btn-lg btn-default btn-danger" style="margin-top:5px;margin-left:5px;width: 165px;text-align:left;font-size: 12px;">'
+
obj
.
nodeTo
;
awsIp
=
awsIp
+
"<br/>"
+
obj
.
paramMonitor
+
'</button>'
;
}
}
else
if
(
obj
.
nodeTo
.
indexOf
(
"10"
)
==
0
)
{
qcloudAcount
=
qcloudAcount
+
1
;
...
...
@@ -149,7 +149,8 @@
var
cccc
=
obj
.
paramMonitor
.
split
(
";"
);
qcoloudIp
=
qcoloudIp
+
"<br/>"
+
cccc
[
1
]
+
"<br/>"
+
cccc
[
2
]
+
'</button>'
;
}
else
if
(
obj
.
isFailed
==
0
)
{
qcoloudIp
+=
'<button class="btn_java_api btn btn-lg btn-default btn-danger" style="margin-top:5px;margin-left:5px;width: 165px;text-align:left;font-size: 12px;">'
+
obj
.
nodeTo
+
'</button>'
;
qcoloudIp
+=
'<button class="btn_java_api btn btn-lg btn-default btn-danger" style="margin-top:5px;margin-left:5px;width: 165px;text-align:left;font-size: 12px;">'
+
obj
.
nodeTo
;
qcoloudIp
=
qcoloudIp
+
"<br/>"
+
obj
.
paramMonitor
+
'</button>'
;
}
}
return
true
;
...
...
Please
register
or
login
to post a comment