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