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
zhengyouwei
9 years ago
Commit
a01d6196184f28cc3170a5afe5d0699d8d573e66
1 parent
aa4060d4
add jsp
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
monitor-ui-web/src/main/webapp/jsp/manager/taskConfigure.jsp
monitor-ui-web/src/main/webapp/jsp/manager/taskConfigure.jsp
View file @
a01d619
...
...
@@ -292,8 +292,8 @@
field
:
"alarmNumFlag"
,
width
:
"80px"
},
{
title
:
"运行状态"
,
field
:
"isRun"
,
title
:
"监控状态"
,
field
:
"isOn"
,
formatter
:
function
(
value
,
rowData
,
rowIndex
)
{
if
(
value
==
1
){
return
'yes'
;
...
...
Please
register
or
login
to post a comment