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
2017-11-20 17:46:41 +0800
Commit
0d961d5795c233d18620354f083f2e9b17355946
1 parent
978b028d
主机查询支持ip左匹配模糊,分页为50
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
monitor-ui-web/src/main/webapp/jsp/host/hostInfoList.jsp
monitor-ui-web/src/main/webapp/jsp/host/hostInfoList.jsp
View file @
0d961d5
...
...
@@ -192,7 +192,7 @@
title
:
"主机信息列表"
,
dataType
:
"json"
,
pagination
:
true
,
pageSize
:
1
0
,
pageSize
:
5
0
,
loadFilter
:
function
(
data
)
{
return
defaultLoadFilter
(
data
);
},
...
...
Please
register
or
login
to post a comment