You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by nv...@apache.org on 2022/04/27 12:26:54 UTC

[cloudstack] branch main updated: ui: add route for network acl event resource (#6322)

This is an automated email from the ASF dual-hosted git repository.

nvazquez pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/main by this push:
     new d039753994 ui: add route for network acl event resource (#6322)
d039753994 is described below

commit d0397539949c544c284c2431802e012e40c4a945
Author: Abhishek Kumar <ab...@gmail.com>
AuthorDate: Wed Apr 27 17:56:46 2022 +0530

    ui: add route for network acl event resource (#6322)
    
    Signed-off-by: Abhishek Kumar <ab...@gmail.com>
---
 ui/src/utils/plugins.js | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ui/src/utils/plugins.js b/ui/src/utils/plugins.js
index 0a62bce8df..6a8cc1b5d2 100644
--- a/ui/src/utils/plugins.js
+++ b/ui/src/utils/plugins.js
@@ -371,6 +371,8 @@ export const resourceTypePlugin = {
           return 'computeoffering'
         case 'IpAddress':
           return 'publicip'
+        case 'NetworkAcl':
+          return 'acllist'
         case 'SystemVm':
         case 'PhysicalNetwork':
         case 'Backup':