ui: add route for network acl event resource (#6322)

Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
This commit is contained in:
Abhishek Kumar 2022-04-27 17:56:46 +05:30 committed by GitHub
parent 06e2c38679
commit d039753994
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -371,6 +371,8 @@ export const resourceTypePlugin = {
return 'computeoffering'
case 'IpAddress':
return 'publicip'
case 'NetworkAcl':
return 'acllist'
case 'SystemVm':
case 'PhysicalNetwork':
case 'Backup':