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
jack
2016-11-14 14:15:37 +0800
Commit
0464e1a9efc256a27a6c19b2f706be0c70f8b505
1 parent
91156228
修改memcached ui
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
monitor-ui-web/src/main/webapp/jsp/memcached/memcachedMonitor.jsp
monitor-ui-web/src/main/webapp/jsp/memcached/memcachedMonitor.jsp
View file @
0464e1a
...
...
@@ -228,7 +228,7 @@
}
},
{
title
:
"get命中率"
,
width
:
"
10
0px"
,
width
:
"
8
0px"
,
// field: "hitRate"
formatter
:
function
(
value
,
rowData
,
rowIndex
)
{
if
(
typeof
(
rowData
.
hitRate
)
==
"undefined"
){
...
...
Please
register
or
login
to post a comment