mirror of https://github.com/jumpserver/jumpserver
perf: 修改 protocol 定义
parent
4caa704abe
commit
61d8328337
|
@ -163,6 +163,7 @@ class Protocol(ChoicesMixin, models.TextChoices):
|
|||
'secret_types': ['password'],
|
||||
'setting': {
|
||||
'autofill': {
|
||||
'label': _('Autofill'),
|
||||
'type': 'choice',
|
||||
'choices': FillType.choices,
|
||||
'default': 'basic',
|
||||
|
|
Loading…
Reference in New Issue