perf: Change secret ssh_key_change_strategy modify the default value

This commit is contained in:
feng
2024-11-20 16:18:10 +08:00
committed by Bryan
parent 9966ad4c71
commit 4068b5c76a
3 changed files with 5 additions and 5 deletions

View File

@@ -49,9 +49,9 @@ class SecretStrategy(models.TextChoices):
class SSHKeyStrategy(models.TextChoices):
add = 'add', _('Append SSH KEY')
set = 'set', _('Empty and append SSH KEY')
set_jms = 'set_jms', _('Replace (Replace only keys pushed by JumpServer) ')
set = 'set', _('Empty and append SSH KEY')
add = 'add', _('Append SSH KEY')
class TriggerChoice(models.TextChoices, TreeChoices):