mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-18 00:08:31 +00:00
perf: 修改connection token domain
perf: 添加 org_id
This commit is contained in:
@@ -219,7 +219,6 @@ class Application(CommonModelMixin, OrgModelMixin, ApplicationTreeNodeMixin):
|
||||
verbose_name = _('Application')
|
||||
unique_together = [('org_id', 'name')]
|
||||
ordering = ('name',)
|
||||
verbose_name = _("Application")
|
||||
|
||||
def __str__(self):
|
||||
category_display = self.get_category_display()
|
||||
|
Reference in New Issue
Block a user