mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-15 05:24:54 +00:00
commit
a24fab51af
@ -3,6 +3,7 @@
|
|||||||
<template v-for="action in iActions">
|
<template v-for="action in iActions">
|
||||||
<el-dropdown
|
<el-dropdown
|
||||||
v-if="action.dropdown"
|
v-if="action.dropdown"
|
||||||
|
v-show="action.dropdown.length > 0"
|
||||||
:key="action.name"
|
:key="action.name"
|
||||||
class="action-item"
|
class="action-item"
|
||||||
trigger="click"
|
trigger="click"
|
||||||
|
@ -57,9 +57,11 @@ export default {
|
|||||||
],
|
],
|
||||||
fieldsMeta: {
|
fieldsMeta: {
|
||||||
AUTH_LDAP_USER_ATTR_MAP: {
|
AUTH_LDAP_USER_ATTR_MAP: {
|
||||||
|
component: 'el-input',
|
||||||
el: {
|
el: {
|
||||||
type: 'textarea'
|
type: 'textarea'
|
||||||
}
|
},
|
||||||
|
label: this.$t('setting.authLdapUserAttrMap')
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
url: '/api/v1/settings/setting/?category=ldap',
|
url: '/api/v1/settings/setting/?category=ldap',
|
||||||
|
Loading…
Reference in New Issue
Block a user