forked from btclock/webui
Add WiFi portal time-out setting
This commit is contained in:
parent
124c810e29
commit
2363d98965
5 changed files with 25 additions and 4 deletions
|
@ -335,6 +335,23 @@
|
|||
<FormText>{$_('section.settings.wifiTxPowerText')}</FormText>
|
||||
</Col>
|
||||
</Row>
|
||||
<Row>
|
||||
<Label md={6} for="wpTimeout" size={$uiSettings.inputSize}
|
||||
>{$_('section.settings.wpTimeout')}</Label
|
||||
>
|
||||
<Col md="6">
|
||||
<InputGroup size={$uiSettings.inputSize}>
|
||||
<Input
|
||||
type="number"
|
||||
id="minSecPriceUpd"
|
||||
min={1}
|
||||
step="1"
|
||||
bind:value={$settings.wpTimeout}
|
||||
/>
|
||||
<InputGroupText>{$_('time.seconds')}</InputGroupText>
|
||||
</InputGroup>
|
||||
</Col>
|
||||
</Row>
|
||||
<Row>
|
||||
<Col md="6">
|
||||
<Input
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue