This is an automated email from the ASF dual-hosted git repository. weizhou 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 45d267ccbf2 UI: fix permission of VNF appliances (#8668) 45d267ccbf2 is described below commit 45d267ccbf2749c547cbbbac4a2cb1f3351dcaf2 Author: Wei Zhou <weiz...@apache.org> AuthorDate: Tue Feb 27 12:35:21 2024 +0100 UI: fix permission of VNF appliances (#8668) --- ui/src/config/section/network.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/config/section/network.js b/ui/src/config/section/network.js index e1a0e69b57e..cd7dfbc828f 100644 --- a/ui/src/config/section/network.js +++ b/ui/src/config/section/network.js @@ -337,7 +337,7 @@ export default { name: 'vnfapp', title: 'label.vnf.appliances', icon: 'gateway-outlined', - permission: ['listVirtualMachinesMetrics'], + permission: ['listVnfTemplates'], resourceType: 'UserVm', params: () => { return { details: 'servoff,tmpl,nics', isvnf: true }