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
skinny.wu
2016-07-18 17:31:38 +0800
Commit
9e440a0216b224ab4c7688b6e5b27555c9c14c25
1 parent
3831d4dd
redis UI修改
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
monitor-ui-web/src/main/webapp/script/redis/redis_info_list.js
monitor-ui-web/src/main/webapp/script/redis/redis_info_list.js
View file @
9e440a0
...
...
@@ -116,7 +116,7 @@ function loadRedisMonitorData() {
}
contentHtml
+=
"</div></div>"
//
$("#redisAppendDiv").append(contentHtml);
$
(
"#redisAppendDiv"
).
append
(
contentHtml
);
});
}
...
...
Please
register
or
login
to post a comment