mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-19 17:54:37 +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('Automations'), ['params']],
|
||||||
[this.$t('Periodic'), ['is_periodic', 'interval', 'crontab']],
|
[this.$t('Periodic'), ['is_periodic', 'interval', 'crontab']],
|
||||||
[this.$t('Notification'), ['recipients']],
|
[this.$t('Notification'), ['recipients']],
|
||||||
[this.$t('Other'), ['is_active', 'comment']]
|
[this.$t('Other'), ['check_conn_after_change', 'is_active', 'comment']]
|
||||||
],
|
],
|
||||||
fieldsMeta: {
|
fieldsMeta: {
|
||||||
...getChangeSecretFields(),
|
...getChangeSecretFields(),
|
||||||
|
@@ -45,7 +45,7 @@ export default {
|
|||||||
this.$t('Automations'), ['params']
|
this.$t('Automations'), ['params']
|
||||||
],
|
],
|
||||||
[this.$t('Periodic'), ['is_periodic', 'interval', 'crontab']],
|
[this.$t('Periodic'), ['is_periodic', 'interval', 'crontab']],
|
||||||
[this.$t('Other'), ['is_active', 'comment']]
|
[this.$t('Other'), ['check_conn_after_change', 'is_active', 'comment']]
|
||||||
],
|
],
|
||||||
fieldsMeta: {
|
fieldsMeta: {
|
||||||
...periodicMeta,
|
...periodicMeta,
|
||||||
|
Reference in New Issue
Block a user