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
676dc2a7d7a6d8d8d97b2ab8491000268572968b
1 parent
65721e1e
zk监控
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
monitor-ui-web/src/main/webapp/jsp/zkInfo/zkInfoList.jsp
monitor-ui-web/src/main/webapp/jsp/zkInfo/zkInfoList.jsp
View file @
676dc2a
...
...
@@ -121,6 +121,9 @@
if
(
data
.
data
){
for
(
var
key
in
data
.
data
){
var
listZk
=
data
.
data
[
key
];
if
(
listZk
==
null
||
listZk
.
length
==
0
){
continue
;
}
htmlContent
+=
'<div class="api_info_item col-xs-10 ">'
;
htmlContent
+=
' <div class="panel panel-default">'
;
htmlContent
+=
'<div class="item_java_api_title panel-heading" style="text-align: center">'
+
key
+
'集群(最近更新时间:<span id="zkAwsTime">2分钟以前</span>)</div>'
;
...
...
Please
register
or
login
to post a comment