Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebUI: selector typo #1643

Merged
merged 3 commits into from
Mar 25, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified code/espurna/data/index.all.html.gz
Binary file not shown.
Binary file modified code/espurna/data/index.light.html.gz
Binary file not shown.
Binary file modified code/espurna/data/index.lightfox.html.gz
Binary file not shown.
Binary file modified code/espurna/data/index.rfbridge.html.gz
Binary file not shown.
Binary file modified code/espurna/data/index.rfm69.html.gz
Binary file not shown.
Binary file modified code/espurna/data/index.sensor.html.gz
Binary file not shown.
Binary file modified code/espurna/data/index.small.html.gz
Binary file not shown.
938 changes: 469 additions & 469 deletions code/espurna/static/index.all.html.gz.h

Large diffs are not rendered by default.

914 changes: 457 additions & 457 deletions code/espurna/static/index.light.html.gz.h

Large diffs are not rendered by default.

210 changes: 105 additions & 105 deletions code/espurna/static/index.lightfox.html.gz.h

Large diffs are not rendered by default.

242 changes: 121 additions & 121 deletions code/espurna/static/index.rfbridge.html.gz.h

Large diffs are not rendered by default.

2,912 changes: 1,456 additions & 1,456 deletions code/espurna/static/index.rfm69.html.gz.h

Large diffs are not rendered by default.

228 changes: 114 additions & 114 deletions code/espurna/static/index.sensor.html.gz.h

Large diffs are not rendered by default.

210 changes: 105 additions & 105 deletions code/espurna/static/index.small.html.gz.h

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions code/html/custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -959,10 +959,10 @@ function initRelayConfig(data) {
$("input[name='mqttGroup']", line).val(data.group[i]);
}
if ("group_sync" in data) {
$("input[name='mqttGroupSync']", line).val(data.group_sync[i]);
$("select[name='mqttGroupSync']", line).val(data.group_sync[i]);
}
if ("on_disc" in data) {
$("input[name='relayOnDisc']", line).val(data.on_disc[i]);
$("select[name='relayOnDisc']", line).val(data.on_disc[i]);
}

line.appendTo("#relayConfig");
Expand Down
4 changes: 2 additions & 2 deletions code/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ <h2>Before using this device you have to change the default password for the use
<li class="pure-menu-item module module-led">
<a href="#" class="pure-menu-link" data="panel-led">LED</a>
</li>

<!-- removeIf(!light) -->
<li class="pure-menu-item module module-color">
<a href="#" class="pure-menu-link" data="panel-color">LIGHTS</a>
Expand Down Expand Up @@ -421,7 +421,7 @@ <h2>Notification LED configuration</h2>
</div>
</div>
</form>

<form id="form-relay" class="pure-form form-settings">
<div class="panel" id="panel-relay">

Expand Down