abh1sar commented on code in PR #9208:
URL: https://github.com/apache/cloudstack/pull/9208#discussion_r1708133131
##########
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 operations are not allowed via API call as well, as they can
unpredictably affect file share function. So I think it's better if they are
not shown in 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]