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
4e3847fb6606bfe6a09ae672ca03bc9042d51f01
1 parent
88268e60
监控对象修改
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
monitor-ui-web/src/main/webapp/jsp/javaapi/javaApiList.jsp
monitor-ui-web/src/main/webapp/jsp/javaapi/javaApiList.jsp
View file @
4e3847f
...
...
@@ -408,7 +408,7 @@
columns
:
[{
title
:
"ID"
,
field
:
"serviceId"
,
width
:
"
2
%"
width
:
"
4
%"
},
{
title
:
"服务"
,
field
:
"apiName"
,
...
...
@@ -445,13 +445,8 @@
},
width
:
"4%"
},
{
title
:
"告警阈值"
,
field
:
"apiWarnTrigger"
,
width
:
"4%"
},
{
title
:
"
服务异常
"
,
title
:
"
异常告警
"
,
field
:
"apiErrCheck"
,
width
:
"4%"
,
formatter
:
function
(
value
,
rowData
,
rowIndex
)
{
...
...
@@ -461,6 +456,11 @@
return
"Y"
;
},
},
{
title
:
"告警阈值"
,
field
:
"apiWarnTrigger"
,
width
:
"4%"
},{
title
:
"启用"
,
field
:
"apiToggle"
,
...
...
Please
register
or
login
to post a comment