Toggle navigation
Toggle navigation
This project
Loading...
Sign in
monitor_v3
/
hg-monitor-web
·
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
鲁尚清
3 years ago
Commit
4cf89095b93d96cdbc6c30e8c2088f25e9a6aa41
1 parent
450265c1
【无】MIDDLEWARE_WEBLOGICCONSOLE类型的列表注释掉多余的扩展字段
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
hg-monitor-web-base/src/main/resources/static/src/controller/commonCols.js
hg-monitor-web-base/src/main/resources/static/src/controller/commonCols.js
View file @
4cf8909
...
...
@@ -3027,13 +3027,13 @@ layui.define(['soulTable', 'commonDetail', 'common', 'laytpl', 'view', 'admin',
field
:
'resName'
,
title
:
'资源名称'
,
minWidth
:
250
,
sort
:
true
,
templet
:
'<div><span data-zymc="{{ d.resId }}" data-restype="{{d.resType}}" data-name="{{d.resName}}" data-childrennum="{{d.childrenNum}}" data-ip="{{ d.ip }}" data-resTypeName="{{ d.resTypeName }}" data-admin="{{ d.admin }}" data-adminName="{{ d.adminName }}" data-pingenable="{{d.pingEnable}}" class="layui-table-link">{{ d.resName }}</span></div>'
},
{
field
:
'shortName'
,
title
:
'别名'
,
minWidth
:
100
,
align
:
'center'
,
sort
:
true
,
templet
:
'#shortNameTpl'
},
//
{field: 'shortName', title: '别名', minWidth: 100, align: 'center', sort: true, templet:'#shortNameTpl'},
{
field
:
'health'
,
title
:
'健康状态'
,
minWidth
:
83
,
align
:
'center'
,
sort
:
true
,
templet
:
'#healthTpl'
},
{
field
:
'lastColTime'
,
title
:
'最近采集时间'
,
minWidth
:
161
,
align
:
'center'
,
sort
:
true
},
{
field
:
'resTypeName'
,
title
:
'资源类型'
,
minWidth
:
101
,
align
:
'center'
},
{
field
:
'weblogicVersion'
,
title
:
'weblogic版本号'
,
align
:
'center'
,
width
:
135
,
sort
:
true
},
{
field
:
'patchId'
,
title
:
'反序列化补丁版本号'
,
align
:
'center'
,
width
:
83
,
sort
:
true
},
{
field
:
'javaVersion'
,
title
:
'Java版本号'
,
align
:
'center'
,
width
:
100
,
sort
:
true
},
// {field: 'weblogicVersion', title: 'weblogic版本号', align: 'center', width: 135, sort: true},
// {field: 'patchId', title: '反序列化补丁版本号', align: 'center', width: 83, sort: true},
// {field: 'javaVersion', title: 'Java版本号', align: 'center', width: 100, sort: true},
{
field
:
'state'
,
title
:
'资源状态'
,
minWidth
:
98
,
align
:
'center'
,
sort
:
true
,
templet
:
'#resStateTpl'
}
],
"MIDDLEWARE_TOMCAT"
:
[
...
...
Please
register
or
login
to post a comment