mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-25 14:34:46 +00:00
Merge branch 'pam' of github.com:jumpserver/lina into pam
This commit is contained in:
@@ -82,5 +82,6 @@ h3 {
|
||||
|
||||
.ellipsis {
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -106,7 +106,9 @@ export default {
|
||||
computed: {
|
||||
...mapGetters(['currentOrgIsRoot']),
|
||||
iHasQuickFilter() {
|
||||
const has = this.quickFilters && this.quickFilters.length > 0
|
||||
const has =
|
||||
(this.quickFilters && this.quickFilters.length > 0) ||
|
||||
(this.quickSummary && this.quickSummary.length > 0)
|
||||
return !!has
|
||||
},
|
||||
dataTable() {
|
||||
|
||||
@@ -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