Pearl1594 commented on code in PR #7515:
URL: https://github.com/apache/cloudstack/pull/7515#discussion_r1213112542
##########
ui/src/config/section/compute.js:
##########
@@ -458,10 +458,10 @@ export default {
return fields
},
filters: () => {
- const filters = ['managed', 'unmanaged']
+ const filters = ['cloud.managed', 'external.managed']
return filters
},
- details: ['name', 'description', 'zonename', 'kubernetesversionname',
'autoscalingenabled', 'minsize', 'maxsize', 'size', 'controlnodes',
'cpunumber', 'memory', 'keypair', 'associatednetworkname', 'account', 'domain',
'zonename', 'managed', 'created'],
+ details: ['name', 'description', 'zonenclusame',
'kubernetesversionname', 'autoscalingenabled', 'minsize', 'maxsize', 'size',
'controlnodes', 'cpunumber', 'memory', 'keypair', 'associatednetworkname',
'account', 'domain', 'zonename', 'clustertype', 'created'],
Review Comment:
sorry @vishesh92 just noticed this, is this a typo? `zonenclusame` ?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]