Merge pull request #702 from jumpserver/dev

Merge v2.8.1
This commit is contained in:
Orange 2021-03-19 19:06:18 +08:00 committed by GitHub
commit a24fab51af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -3,6 +3,7 @@
<template v-for="action in iActions">
<el-dropdown
v-if="action.dropdown"
v-show="action.dropdown.length > 0"
:key="action.name"
class="action-item"
trigger="click"

View File

@ -57,9 +57,11 @@ export default {
],
fieldsMeta: {
AUTH_LDAP_USER_ATTR_MAP: {
component: 'el-input',
el: {
type: 'textarea'
}
},
label: this.$t('setting.authLdapUserAttrMap')
}
},
url: '/api/v1/settings/setting/?category=ldap',