feat(itim): Ports for service management

!43 #69
This commit is contained in:
2024-07-21 06:12:53 +09:30
parent 73d875c4ac
commit 5914782252
12 changed files with 766 additions and 4 deletions

View File

@ -99,6 +99,12 @@ class View(OrganizationPermission, generic.View):
self.model = Organization
case 'port':
from itim.models.services import Port
self.model = Port
case 'team':
self.model = Team