Update index.html

This commit is contained in:
Justin 2023-04-26 15:08:04 +08:00 committed by GitHub
parent 05942c6ecf
commit 87326ec690
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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