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
80b3cb08bdda5646b03c42999f84dd7c214c1f1e
1 parent
c5ade57e
浙江-资源视图-业务视图-381、382
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
hg-monitor-web-base/src/main/resources/static/src/controller/commonCols.js
hg-monitor-web-zj/src/main/resources/static/src/controller/resindex.js
hg-monitor-web-base/src/main/resources/static/src/controller/commonCols.js
View file @
80b3cb0
...
...
@@ -1604,7 +1604,8 @@ layui.define(['soulTable', 'commonDetail', 'common', 'laytpl', 'view', 'admin',
// {field: 'adminName', title: '负责人', minWidth: 123, align: 'center', sort: true},
// {field: 'adminPhone', title: '负责人电话', minWidth: 118, align: 'center', sort: true},
{
field
:
'resTypeName'
,
title
:
'资源类型'
,
minWidth
:
x_110
,
align
:
'center'
},
{
field
:
'state'
,
title
:
'资源状态'
,
minWidth
:
x_110
,
align
:
'center'
,
sort
:
true
,
templet
:
'#resStateTpl'
}
{
field
:
'state'
,
title
:
'资源状态'
,
minWidth
:
x_110
,
align
:
'center'
,
sort
:
true
,
templet
:
'#resStateTpl'
},
{
field
:
'linkState'
,
title
:
'连接状态'
,
align
:
'center'
,
minWidth
:
x_110
,
templet
:
'#linkStateTpl'
,
sort
:
true
}
],
"MIDDLEWARE_TOMCAT"
:
[
//{type: 'numbers', title: '序号', align: 'center', fixed: 'left'},
...
...
hg-monitor-web-zj/src/main/resources/static/src/controller/resindex.js
View file @
80b3cb0
...
...
@@ -1443,8 +1443,9 @@ layui.define(['common', 'tree', 'laypage', 'laytpl', 'admin', 'form', 'table', '
if
(
resType
==
'HOST_MINICOMPUTER'
||
resType
==
'HUAWEI_CLOUD_CLUSTER'
||
resType
==
'HUAWEI_CLOUD_COLONY'
||
resType
==
'HUAWEI_CLOUD_PHYSICSHOST'
||
resType
==
'HUAWEI_CLOUD_STORAGE'
||
resType
==
'HUAWEI_CLOUD_SWITCHBOARD'
||
resType
==
'HUAWEI_CLOUD_FIREWALL'
||
resType
==
'ALI_CLOUD_RDS'
||
resType
==
'ALI_CLOUD_SLB'
||
resType
==
'ALI_CLOUD_OSS'
||
resType
==
'VIRTUALIZATION_VMWARE_VHOST'
||
resType
==
'MIDDLEWARE_WEBLOGIC'
){
//
小型机整机
屏蔽连接状态
){
//屏蔽连接状态
$
(
'.info-box-count'
).
eq
(
3
).
hide
();
$
(
'#link_state_div'
).
hide
();
}
form
.
render
(
"select"
);
form
.
render
();
...
...
Please
register
or
login
to post a comment