mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
This reverts commit 2e9986c6a63af0d07e3c416153ddfdebb9a9a74d.
This commit is contained in:
parent
727b3b0d5b
commit
d15a074425
@ -46,7 +46,7 @@ export default {
|
|||||||
return filters
|
return filters
|
||||||
},
|
},
|
||||||
columns: () => {
|
columns: () => {
|
||||||
const fields = ['displayname', 'state', 'ipaddress']
|
const fields = ['name', 'state', 'ipaddress']
|
||||||
const metricsFields = ['cpunumber', 'cputotal', 'cpuused', 'memorytotal',
|
const metricsFields = ['cpunumber', 'cputotal', 'cpuused', 'memorytotal',
|
||||||
{
|
{
|
||||||
memoryused: (record) => {
|
memoryused: (record) => {
|
||||||
@ -74,7 +74,7 @@ export default {
|
|||||||
fields.push('zonename')
|
fields.push('zonename')
|
||||||
return fields
|
return fields
|
||||||
},
|
},
|
||||||
searchFilters: ['displayname', 'zoneid', 'domainid', 'account', 'groupid', 'tags'],
|
searchFilters: ['name', 'zoneid', 'domainid', 'account', 'groupid', 'tags'],
|
||||||
details: () => {
|
details: () => {
|
||||||
var fields = ['name', 'displayname', 'id', 'state', 'ipaddress', 'ip6address', 'templatename', 'ostypename',
|
var fields = ['name', 'displayname', 'id', 'state', 'ipaddress', 'ip6address', 'templatename', 'ostypename',
|
||||||
'serviceofferingname', 'isdynamicallyscalable', 'haenable', 'hypervisor', 'boottype', 'bootmode', 'account',
|
'serviceofferingname', 'isdynamicallyscalable', 'haenable', 'hypervisor', 'boottype', 'bootmode', 'account',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user