mirror of https://github.com/jumpserver/jumpserver
parent
654cbe7bd0
commit
8afe28773d
|
@ -68,7 +68,7 @@ class Platform(models.Model):
|
|||
"""
|
||||
|
||||
class CharsetChoices(models.TextChoices):
|
||||
utf8 = 'utf8', 'UTF-8'
|
||||
utf8 = 'utf-8', 'UTF-8'
|
||||
gbk = 'gbk', 'GBK'
|
||||
|
||||
name = models.SlugField(verbose_name=_("Name"), unique=True, allow_unicode=True)
|
||||
|
|
Loading…
Reference in New Issue