Skip to content

Commit 9427286

Browse files
committed
webui: rebuild blobs
1 parent 9dd1ced commit 9427286

11 files changed

+4385
-4351
lines changed

code/espurna/static/index.all.html.gz.h

+1,075-1,071
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

code/espurna/static/index.curtain.html.gz.h

+188-185
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

code/espurna/static/index.garland.html.gz.h

+1,541-1,538
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

code/espurna/static/index.light.html.gz.h

+303-300
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

code/espurna/static/index.lightfox.html.gz.h

+175-171
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

code/espurna/static/index.rfbridge.html.gz.h

+210-206
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

code/espurna/static/index.rfm69.html.gz.h

+202-198
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

code/espurna/static/index.sensor.html.gz.h

+313-310
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

code/espurna/static/index.small.html.gz.h

+176-171
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

code/espurna/static/index.thermostat.html.gz.h

+199-196
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

code/html/src/panel-mqtt.html

+3-5
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ <h2>Configure <strong>message broker</strong> that will be used to send and rece
111111

112112
<div class="pure-control-group">
113113
<label>Topic</label>
114-
<input name="mqttWill" type="text" >
114+
<input name="mqttWill" type="text">
115115
<span class="pure-form-message">
116116
Status payload will be sent to this topic. When empty, defaults to <strong>&lt;root&gt;/&lt;status&gt;</strong>
117117
</span>
@@ -133,12 +133,12 @@ <h2>Configure <strong>message broker</strong> that will be used to send and rece
133133

134134
<div class="pure-control-group">
135135
<label>Online payload</label>
136-
<input name="mqttPayloadOnline" type="text" required >
136+
<input name="mqttPayloadOnline" type="text">
137137
</div>
138138

139139
<div class="pure-control-group">
140140
<label>Offline payload</label>
141-
<input name="mqttPayloadOffline" type="text" required >
141+
<input name="mqttPayloadOffline" type="text">
142142
</div>
143143
</fieldset>
144144

@@ -162,8 +162,6 @@ <h2>Configure <strong>message broker</strong> that will be used to send and rece
162162
JSON message will be sent to this topic. When empty, defaults to <strong>&lt;root&gt;/&lt;data&gt;</strong>
163163
</span>
164164
</div>
165-
166-
167165
</fieldset>
168166
</div>
169167

0 commit comments

Comments
 (0)