|
@@ -52,7 +52,7 @@ const DatasourceForm: React.FunctionComponent<IProps> = ({
|
|
|
<span className="jldbq-form-label">数据源地址:</span>
|
|
|
<Input
|
|
|
className="jldbq-form-input"
|
|
|
- placeholder="请输入数据源地址"
|
|
|
+ placeholder="示例:host:port"
|
|
|
value={value.address || ''}
|
|
|
onChange={evt => onChange({ address: evt.target.value })}
|
|
|
/>
|