Update index.html
This commit is contained in:
parent
05942c6ecf
commit
87326ec690
@ -709,7 +709,7 @@
|
||||
<option {%if scheduler_settings.brightness1.minute == '59' %} selected {% endif %}>59</option>
|
||||
</select>
|
||||
Bright
|
||||
<select class="form-select b-minute-select" id="brightness1-minute1-select">
|
||||
<select class="form-select b-minute-select" id="brightness1-bright-select">
|
||||
<option {%if scheduler_settings.brightness1.bright == '1' %} selected {% endif %}>1</option>
|
||||
<option {%if scheduler_settings.brightness1.bright == '2' %} selected {% endif %}>2</option>
|
||||
<option {%if scheduler_settings.brightness1.bright == '3' %} selected {% endif %}>3</option>
|
||||
@ -822,7 +822,7 @@
|
||||
<option {%if scheduler_settings.brightness2.minute == '59' %} selected {% endif %}>59</option>
|
||||
</select>
|
||||
Bright
|
||||
<select class="form-select b-minute-select" id="brightness2-minute1-select">
|
||||
<select class="form-select b-minute-select" id="brightness2-bright-select">
|
||||
<option {%if scheduler_settings.brightness2.bright == '1' %} selected {% endif %}>1</option>
|
||||
<option {%if scheduler_settings.brightness2.bright == '2' %} selected {% endif %}>2</option>
|
||||
<option {%if scheduler_settings.brightness2.bright == '3' %} selected {% endif %}>3</option>
|
||||
@ -935,7 +935,7 @@
|
||||
<option {%if scheduler_settings.brightness3.minute == '59' %} selected {% endif %}>59</option>
|
||||
</select>
|
||||
Bright
|
||||
<select class="form-select b-minute-select" id="brightness3-minute1-select">
|
||||
<select class="form-select b-minute-select" id="brightness3-bright-select">
|
||||
<option {%if scheduler_settings.brightness3.bright == '1' %} selected {% endif %}>1</option>
|
||||
<option {%if scheduler_settings.brightness3.bright == '2' %} selected {% endif %}>2</option>
|
||||
<option {%if scheduler_settings.brightness3.bright == '3' %} selected {% endif %}>3</option>
|
||||
@ -1048,7 +1048,7 @@
|
||||
<option {%if scheduler_settings.brightness4.minute == '59' %} selected {% endif %}>59</option>
|
||||
</select>
|
||||
Bright
|
||||
<select class="form-select b-minute-select" id="brightness4-minute1-select">
|
||||
<select class="form-select b-minute-select" id="brightness4-bright-select">
|
||||
<option {%if scheduler_settings.brightness4.bright == '1' %} selected {% endif %}>1</option>
|
||||
<option {%if scheduler_settings.brightness4.bright == '2' %} selected {% endif %}>2</option>
|
||||
<option {%if scheduler_settings.brightness4.bright == '3' %} selected {% endif %}>3</option>
|
||||
|
Loading…
Reference in New Issue
Block a user