From d0397539949c544c284c2431802e012e40c4a945 Mon Sep 17 00:00:00 2001 From: Abhishek Kumar Date: Wed, 27 Apr 2022 17:56:46 +0530 Subject: [PATCH] ui: add route for network acl event resource (#6322) Signed-off-by: Abhishek Kumar --- 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 0a62bce8df2..6a8cc1b5d2b 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':