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
367071680277f5a42508d9f236d54d66b8bbd07c
1 parent
f6a2923f
恶意ip页面bug
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
monitor-ui-web/src/main/webapp/jsp/malicious/maliciousIpListNew.jsp
monitor-ui-web/src/main/webapp/jsp/malicious/maliciousIpListNew.jsp
View file @
3670716
...
...
@@ -151,7 +151,7 @@
};
},
formatter
:
function
(
value
,
rowData
,
rowIndex
){
var
allReasonDiv
=
"<div name='allReasonDiv' style='display:none'><a onclick='showResons(this)' style='cursor:pointer' value='true' >"
;
var
allReasonDiv
=
"<div name='allReasonDiv' style='display:none'><a onclick='showResons(this)' style='c
olor:#333;c
ursor:pointer' value='true' >"
;
allReasonDiv
+=
value
;
allReasonDiv
+=
"</a></div>"
;
...
...
Please
register
or
login
to post a comment