调整form
This commit is contained in:
parent
e01c91a1a3
commit
68c957d13a
@ -167,8 +167,8 @@ export default function NodeEditor({
|
|||||||
<Folder title='高级'>
|
<Folder title='高级'>
|
||||||
<div className="form-group">
|
<div className="form-group">
|
||||||
<label>子网黑名单</label>
|
<label>子网黑名单</label>
|
||||||
<input
|
<textarea
|
||||||
type="text"
|
rows={2}
|
||||||
value={disallowIPs || ''}
|
value={disallowIPs || ''}
|
||||||
onChange={e => setDisallowIPs(e.target.value)}
|
onChange={e => setDisallowIPs(e.target.value)}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user