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
‘superliu’
3 years ago
Commit
9687fb22cb662ed51e2e5a472b3ee814ca2d5b5b
1 parent
253ebbb3
杭州-资源视图资源名称列加宽
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 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 @
9687fb2
...
...
@@ -222,7 +222,7 @@ layui.define(['soulTable', 'commonDetail', 'common', 'laytpl', 'view', 'admin',
// {field: 'provider', title: '厂商', minWidth: x_130, align: 'center', sort: true},
// {field: 'model', title: '型号', minWidth: x_130, align: 'center', sort: true},
{
field
:
'resName'
,
title
:
'资源名称'
,
minWidth
:
x_3
0
0
,
sort
:
true
,
field
:
'resName'
,
title
:
'资源名称'
,
minWidth
:
x_3
3
0
,
sort
:
true
,
templet
:
'#resindex_resName'
},
{
field
:
'health'
,
title
:
'健康状态'
,
minWidth
:
x_110
,
align
:
'center'
,
sort
:
true
,
templet
:
'#healthTpl'
},
// {field: 'diskSize', title: '磁盘总大小', minWidth: 120, align: 'center'},
...
...
Please
register
or
login
to post a comment