vishesh92 commented on code in PR #13148:
URL: https://github.com/apache/cloudstack/pull/13148#discussion_r3339765097
##########
ui/src/config/section/compute.js:
##########
@@ -958,9 +964,9 @@ export default {
dataView: true,
args: (record, store) => {
var args = ['name']
+ args.push('maxmembers')
+ args.push('minmembers')
Review Comment:
```suggestion
var args = ['name', 'maxmembers', 'minmembers']
```
--
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]