mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-18 16:32:28 +00:00
perf: Change secret check_conn_after_change
This commit is contained in:
@@ -43,7 +43,7 @@ export default {
|
||||
[this.$t('Automations'), ['params']],
|
||||
[this.$t('Periodic'), ['is_periodic', 'interval', 'crontab']],
|
||||
[this.$t('Notification'), ['recipients']],
|
||||
[this.$t('Other'), ['is_active', 'comment']]
|
||||
[this.$t('Other'), ['check_conn_after_change', 'is_active', 'comment']]
|
||||
],
|
||||
fieldsMeta: {
|
||||
...getChangeSecretFields(),
|
||||
|
@@ -45,7 +45,7 @@ export default {
|
||||
this.$t('Automations'), ['params']
|
||||
],
|
||||
[this.$t('Periodic'), ['is_periodic', 'interval', 'crontab']],
|
||||
[this.$t('Other'), ['is_active', 'comment']]
|
||||
[this.$t('Other'), ['check_conn_after_change', 'is_active', 'comment']]
|
||||
],
|
||||
fieldsMeta: {
|
||||
...periodicMeta,
|
||||
|
Reference in New Issue
Block a user