server name field "flex-start" now (#351)
This commit is contained in:
parent
674b6ab00d
commit
a58ff0776e
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ export default ({ onBack, onConfirm, title = 'Add a Server', initialData, parseQ
|
|||
placeholder={example}
|
||||
/>
|
||||
{!lockConnect && <>
|
||||
<div style={{ display: 'flex', justifyContent: 'center' }}>
|
||||
<div style={{ display: 'flex' }}>
|
||||
<InputWithLabel label="Server Name" value={serverName} onChange={({ target: { value } }) => setServerName(value)} placeholder='Defaults to IP' />
|
||||
</div>
|
||||
</>}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue