mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-19 10:26:27 +00:00
@@ -27,7 +27,7 @@ class Applet(JMSBaseModel):
|
||||
web = 'web', _('Web')
|
||||
|
||||
class Edition(models.TextChoices):
|
||||
community = 'community', _('Community')
|
||||
community = 'community', _('Community edition')
|
||||
enterprise = 'enterprise', _('Enterprise')
|
||||
|
||||
name = models.SlugField(max_length=128, verbose_name=_('Name'), unique=True)
|
||||
|
Reference in New Issue
Block a user