perf: Change secret check_conn_after_change

This commit is contained in:
feng
2025-01-06 10:52:46 +08:00
committed by feng626
parent 153c29fbcc
commit d8980e66e3
2 changed files with 2 additions and 2 deletions

View File

@@ -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(),

View File

@@ -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,