mirror of https://github.com/apache/cloudstack.git
ui: add route for network acl event resource (#6322)
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
This commit is contained in:
parent
06e2c38679
commit
d039753994
|
|
@ -371,6 +371,8 @@ export const resourceTypePlugin = {
|
|||
return 'computeoffering'
|
||||
case 'IpAddress':
|
||||
return 'publicip'
|
||||
case 'NetworkAcl':
|
||||
return 'acllist'
|
||||
case 'SystemVm':
|
||||
case 'PhysicalNetwork':
|
||||
case 'Backup':
|
||||
|
|
|
|||
Loading…
Reference in New Issue