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