...
|
...
|
@@ -222,11 +222,11 @@ export const monitorSystemInformation = { |
|
|
relactiveDom: 'dataType',
|
|
|
relactiveDomValue: 'staticData',
|
|
|
value: [
|
|
|
{"num":4,'name':'资源总量','code':'resources-total'},
|
|
|
{"num":6,'name':'小型机分区','code':'mini-partition'},
|
|
|
{"num":9,'name':'PC服务器','code':'PC-server'},
|
|
|
{"num":10,'name':'虚拟机','code':'virtual-machine'},
|
|
|
{"num":11,'name':'Oracle','code':'oracle'},
|
|
|
{"total":4,'resTypeName':'资源总量','resType':'resources-total'},
|
|
|
{"total":6,'naresTypeNameme':'小型机分区','resType':'mini-partition'},
|
|
|
{"total":9,'resTypeName':'PC服务器','resType':'PC-server'},
|
|
|
{"total":10,'resTypeName':'虚拟机','resType':'virtual-machine'},
|
|
|
{"total":11,'resTypeName':'Oracle','resType':'oracle'},
|
|
|
],
|
|
|
},
|
|
|
{
|
...
|
...
|
@@ -236,7 +236,7 @@ export const monitorSystemInformation = { |
|
|
required: false,
|
|
|
placeholder: '',
|
|
|
relactiveDom: 'dataType',
|
|
|
chartType: 'widget-piechart',
|
|
|
chartType: 'widget-table',
|
|
|
dictKey: 'TEXT_PROPERTIES',
|
|
|
relactiveDomValue: 'dynamicData',
|
|
|
value: '',
|
...
|
...
|
|