perf: ssh key strategy translate (#10295)

Co-authored-by: feng <1304903146@qq.com>
This commit is contained in:
fit2bot
2023-04-21 14:08:59 +08:00
committed by GitHub
parent eb9ac213d5
commit ede53d3b6b
6 changed files with 112 additions and 113 deletions

View File

@@ -48,7 +48,7 @@ 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 (The key generated by JumpServer) ')
set_jms = 'set_jms', _('Replace (Replace only keys pushed by JumpServer) ')
class TriggerChoice(models.TextChoices, TreeChoices):