Added WiFi signal status and settings
This commit is contained in:
parent
d25284e3a4
commit
ffd681b076
8 changed files with 93 additions and 15 deletions
|
@ -83,8 +83,8 @@
|
|||
<CardBody>
|
||||
<Form>
|
||||
<Row>
|
||||
<Label md={6} for="customText">{$_('section.control.text')}</Label>
|
||||
<Col md="6">
|
||||
<Label md={4} for="customText">{$_('section.control.text')}</Label>
|
||||
<Col md="8">
|
||||
<Input
|
||||
type="text"
|
||||
id="customText"
|
||||
|
@ -100,8 +100,8 @@
|
|||
<h3>LEDs</h3>
|
||||
<Form>
|
||||
<Row>
|
||||
<Label md={6} for="ledColorPicker" size="sm">{$_('section.control.ledColor')}</Label>
|
||||
<Col md="6">
|
||||
<Label md={4} for="ledColorPicker" size="sm">{$_('section.control.ledColor')}</Label>
|
||||
<Col md="8">
|
||||
<Row class="justify-content-between">
|
||||
{#if ledStatus}
|
||||
{#each ledStatus as led, i}
|
||||
|
@ -116,6 +116,8 @@
|
|||
</Col>
|
||||
{/each}
|
||||
{/if}
|
||||
</Row>
|
||||
<Row class="justify-content-between">
|
||||
<Col>
|
||||
<Input
|
||||
bind:checked={keepLedsSameColor}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue