mirror of https://github.com/openspug/spug
U 修改LDAP服务地址提示信息
parent
7fe2cf599f
commit
35582c2861
|
@ -58,7 +58,7 @@ class LDAPSetting extends React.Component {
|
|||
<Form.Item required label="LDAP服务地址">
|
||||
{getFieldDecorator('server', {initialValue: this.setting['server'],
|
||||
rules: [{required: true, message: '请输入LDAP服务地址'}]})(
|
||||
<Input placeholder="请输入LDAP服务地址"/>
|
||||
<Input placeholder="例如:ldap.spug.dev"/>
|
||||
)}
|
||||
</Form.Item>
|
||||
<Form.Item required label="LDAP服务端口">
|
||||
|
|
Loading…
Reference in New Issue