...
|
...
|
@@ -2333,7 +2333,7 @@ layui.define(['soulTable', 'commonDetail', 'common', 'laytpl', 'view', 'admin', |
|
|
{field: 'resRemark', title: '备注', minWidth: 420, align: 'center'}
|
|
|
],
|
|
|
//虚拟化宿主机 joke add 20210804
|
|
|
"PHYSICSHOST": [
|
|
|
"VMWARE_PHYSICSHOST": [
|
|
|
//{type: 'numbers', title: '序号', align: 'center', fixed: 'left'},
|
|
|
{
|
|
|
title: '#', width: 50, childTitle: false,isChild: function(row){return row.childrenNum != 0}, children: [{
|
...
|
...
|
@@ -2396,7 +2396,7 @@ layui.define(['soulTable', 'commonDetail', 'common', 'laytpl', 'view', 'admin', |
|
|
{field: 'state', title: '资源状态', width: 98, align: 'center', sort: true, templet: '#resStateTpl'}
|
|
|
],
|
|
|
//虚拟化资源池 joke add 20210804
|
|
|
"VCLUSTER": [
|
|
|
"VMWARE_CLUSTER": [
|
|
|
//{type: 'numbers', title: '序号', align: 'center', fixed: 'left'},
|
|
|
{
|
|
|
title: '#', width: 50, childTitle: false, children: [{
|
...
|
...
|
@@ -2452,7 +2452,7 @@ layui.define(['soulTable', 'commonDetail', 'common', 'laytpl', 'view', 'admin', |
|
|
{field: 'state', title: '资源状态', width: 98, align: 'center', sort: true, templet: '#resStateTpl'}
|
|
|
],
|
|
|
//虚拟化平台 joke add 20210804
|
|
|
"PLATFORM": [
|
|
|
"VMWARE_PLATFORM": [
|
|
|
//{type: 'numbers', title: '序号', align: 'center', fixed: 'left'},
|
|
|
{
|
|
|
title: '#', width: 50, childTitle: false, children: [{
|
...
|
...
|
|