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
XuHaoJie
3 years ago
Commit
248f788ee2e6ac0b7ed02b6ef339086ab66d0f7c
1 parent
9dd04b95
杭州-资源视图-OSS-对象存储删除ip列
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 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 @
248f788
...
...
@@ -504,14 +504,14 @@ layui.define(['soulTable', 'commonDetail', 'common', 'laytpl', 'view', 'admin',
field
:
'resName'
,
title
:
'资源名称'
,
minWidth
:
250
,
sort
:
true
,
templet
:
'#resindex_resName'
},
{
field
:
'ip'
,
title
:
'IP地址'
,
width
:
130
,
align
:
'center'
,
sort
:
true
},
{
field
:
'resTypeName'
,
title
:
'资源类型'
,
width
:
101
,
align
:
'center'
},
{
field
:
'adminName'
,
title
:
'负责人'
,
width
:
123
,
align
:
'center'
,
sort
:
true
},
{
field
:
'adminPhone'
,
title
:
'负责人电话'
,
width
:
118
,
align
:
'center'
,
sort
:
true
},
{
field
:
'state'
,
title
:
'资源状态'
,
width
:
98
,
align
:
'center'
,
sort
:
true
,
templet
:
'#resStateTpl'
},
{
field
:
'health'
,
title
:
'健康状态'
,
width
:
83
,
align
:
'center'
,
sort
:
true
,
templet
:
'#healthTpl'
},
// {field: 'ip', title: 'IP地址', width: 130, align: 'center', sort: true},
{
field
:
'resTypeName'
,
title
:
'资源类型'
,
minWidth
:
140
,
align
:
'center'
},
{
field
:
'adminName'
,
title
:
'负责人'
,
minWidth
:
140
,
align
:
'center'
,
sort
:
true
},
{
field
:
'adminPhone'
,
title
:
'负责人电话'
,
minWidth
:
140
,
align
:
'center'
,
sort
:
true
},
{
field
:
'state'
,
title
:
'资源状态'
,
minWidth
:
130
,
align
:
'center'
,
sort
:
true
,
templet
:
'#resStateTpl'
},
{
field
:
'health'
,
title
:
'健康状态'
,
minWidth
:
130
,
align
:
'center'
,
sort
:
true
,
templet
:
'#healthTpl'
},
{
field
:
'lastColTime'
,
title
:
'最近采集时间'
,
width
:
161
,
align
:
'center'
,
sort
:
true
},
{
field
:
'linkState'
,
title
:
'连接状态'
,
align
:
'center'
,
width
:
85
,
templet
:
'#linkStateTpl'
,
sort
:
true
}
{
field
:
'linkState'
,
title
:
'连接状态'
,
align
:
'center'
,
minWidth
:
130
,
templet
:
'#linkStateTpl'
,
sort
:
true
}
],
"ALI_ARMS"
:
[
//{type: 'numbers', title: '序号', align: 'center', fixed: 'left'},
...
...
Please
register
or
login
to post a comment