abh1sar commented on code in PR #9208:
URL: https://github.com/apache/cloudstack/pull/9208#discussion_r1708187947


##########
ui/src/config/section/compute.js:
##########
@@ -108,6 +108,7 @@ export default {
           docHelp: 
'adminguide/virtual_machines.html#changing-the-vm-name-os-or-group',
           dataView: true,
           popup: true,
+          show: (record) => { return record.vmtype !== 'storagefsvm' },

Review Comment:
   These options are not allowed via apis calls as well as they can affect file 
share function unpredictably, so I think it's better to hide them from ui as 
well.



-- 
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]

Reply via email to