feat: ipam api

This commit is contained in:
pycook
2024-11-11 17:43:05 +08:00
parent 57d4bf5548
commit ae8062fd04
25 changed files with 1041 additions and 25 deletions

View File

@@ -53,6 +53,7 @@ class CMDBApp(BaseApp):
"perms": ["read", "create_topology_group", "update_topology_group", "delete_topology_group",
"create_topology_view"],
},
{"page": "IPAM", "page_cn": "IPAM", "perms": ["read"]},
]
def __init__(self):