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
6a993f85c6fca4dd4f018dd92ce230919602a0c6
1 parent
619e1382
恶意ip界面完善
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
monitor-ui-web/src/main/webapp/jsp/malicious/maliciousIpListNew.jsp
monitor-ui-web/src/main/webapp/jsp/malicious/maliciousIpListNew.jsp
View file @
6a993f8
...
...
@@ -143,7 +143,7 @@
field
:
"ip"
},
{
title
:
"reason"
,
width
:
"
6
0%"
,
width
:
"
5
0%"
,
field
:
"reasonDur"
,
styler
:
function
(
value
,
rowData
,
rowIndex
){
return
{
...
...
@@ -187,8 +187,13 @@
}
},*/
{
title
:
"攻击时间"
,
width
:
"15%"
,
field
:
"time"
},
{
title
:
"操作"
,
width
:
"
10
%"
,
width
:
"
5
%"
,
field
:
"ip"
,
formatter
:
function
(
value
,
rowData
,
rowIndex
)
{
var
div
=
$
(
"<div>"
);
...
...
Please
register
or
login
to post a comment