server name field "flex-start" now (#351)

This commit is contained in:
M G 2025-05-12 18:09:10 +03:00 committed by GitHub
commit a58ff0776e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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>
</>}