mirror of https://github.com/apache/cloudstack.git
list by displayname instead of name
This commit is contained in:
parent
b4ac303ed4
commit
7e3bf26e45
|
|
@ -46,7 +46,7 @@ export default {
|
||||||
return filters
|
return filters
|
||||||
},
|
},
|
||||||
columns: () => {
|
columns: () => {
|
||||||
const fields = ['name', 'state', 'ipaddress']
|
const fields = ['displayname', '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: ['name', 'zoneid', 'domainid', 'account', 'groupid', 'tags'],
|
searchFilters: ['displayname', '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…
Reference in New Issue