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
wangtao
3 years ago
Commit
9c5079e62207019069b9ab79eb9aabc6953a2574
1 parent
2efb31f9
中间件 没有收藏和拓扑图标
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 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 @
9c5079e
...
...
@@ -2976,8 +2976,7 @@ layui.define(['soulTable', 'commonDetail', 'common', 'laytpl', 'view', 'admin',
sort
:
true
,
templet
:
'#weblogicIpTpl'
},
{
field
:
'resName'
,
title
:
'资源名称'
,
minWidth
:
x_200
,
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
:
'resName'
,
title
:
'资源名称'
,
minWidth
:
x_200
,
sort
:
true
,
templet
:
'#resindex_resName'
},
{
field
:
'health'
,
title
:
'健康状态'
,
minWidth
:
x_110
,
align
:
'center'
,
sort
:
true
,
templet
:
'#healthTpl'
},
{
field
:
'serverState'
,
title
:
'服务状态'
,
minWidth
:
x_120
,
align
:
'center'
,
sort
:
true
},
{
field
:
'queueLength'
,
title
:
'队列长度'
,
minWidth
:
x_110
,
align
:
'center'
,
templet
:
'#queueLengthTpl'
},
...
...
@@ -3024,9 +3023,7 @@ layui.define(['soulTable', 'commonDetail', 'common', 'laytpl', 'view', 'admin',
"MIDDLEWARE_WEBLOGICCONSOLE"
:
[
{
field
:
'ip'
,
title
:
'IP地址'
,
width
:
130
,
align
:
'center'
,
sort
:
true
},
{
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
:
'resName'
,
title
:
'资源名称'
,
minWidth
:
250
,
sort
:
true
,
templet
:
'#resindex_resName'
},
// {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
},
...
...
Please
register
or
login
to post a comment