This is an automated email from the ASF dual-hosted git repository. sureshanaparti pushed a commit to branch 4.19 in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/4.19 by this push: new 21c98af13de Fix backup offering buttons for instances in data view (#9391) 21c98af13de is described below commit 21c98af13de80a8e09284013aafdc6f450db8298 Author: Vishesh <vishes...@gmail.com> AuthorDate: Mon Jul 15 15:53:00 2024 +0530 Fix backup offering buttons for instances in data view (#9391) --- ui/src/config/section/compute.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/config/section/compute.js b/ui/src/config/section/compute.js index 270d16831d6..4c5a61e3bdc 100644 --- a/ui/src/config/section/compute.js +++ b/ui/src/config/section/compute.js @@ -32,7 +32,7 @@ export default { getApiToCall: () => store.getters.metrics ? 'listVirtualMachinesMetrics' : 'listVirtualMachines', resourceType: 'UserVm', params: () => { - var params = { details: 'group,nics,secgrp,tmpl,servoff,diskoff,iso,volume,affgrp' } + var params = { details: 'group,nics,secgrp,tmpl,servoff,diskoff,iso,volume,affgrp,backoff' } if (store.getters.metrics) { params = { details: 'all,stats' } }