sureshanaparti commented on a change in pull request #4681:
URL: https://github.com/apache/cloudstack/pull/4681#discussion_r574336857



##########
File path: ui/src/config/section/compute.js
##########
@@ -125,6 +125,7 @@ export default {
           show: (record) => { return ['Running'].includes(record.state) },
           args: (record, store) => {
             var fields = []
+            fields.push('forced')

Review comment:
       > @sureshanaparti what about systemvms, VR?
   
   The reboot for systemVMs and VR are performed using _rebootSystemVm_ and 
_rebootRouter_ APIs respectively, should add support for these 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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to