mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-01 23:18:17 +00:00
commit
a24fab51af
@ -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"
|
||||
|
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user