Browse Source

Fix heartbeat dropdown size

pull/1553/head
Xose Pérez 5 years ago
parent
commit
e184128a77
13 changed files with 17472 additions and 17473 deletions
  1. BIN
      code/espurna/data/index.all.html.gz
  2. BIN
      code/espurna/data/index.light.html.gz
  3. BIN
      code/espurna/data/index.rfbridge.html.gz
  4. BIN
      code/espurna/data/index.rfm69.html.gz
  5. BIN
      code/espurna/data/index.sensor.html.gz
  6. BIN
      code/espurna/data/index.small.html.gz
  7. +3145
    -3145
      code/espurna/static/index.all.html.gz.h
  8. +2996
    -2996
      code/espurna/static/index.light.html.gz.h
  9. +2601
    -2601
      code/espurna/static/index.rfbridge.html.gz.h
  10. +4079
    -4079
      code/espurna/static/index.rfm69.html.gz.h
  11. +2651
    -2651
      code/espurna/static/index.sensor.html.gz.h
  12. +1999
    -1999
      code/espurna/static/index.small.html.gz.h
  13. +1
    -2
      code/html/index.html

BIN
code/espurna/data/index.all.html.gz View File


BIN
code/espurna/data/index.light.html.gz View File


BIN
code/espurna/data/index.rfbridge.html.gz View File


BIN
code/espurna/data/index.rfm69.html.gz View File


BIN
code/espurna/data/index.sensor.html.gz View File


BIN
code/espurna/data/index.small.html.gz View File


+ 3145
- 3145
code/espurna/static/index.all.html.gz.h
File diff suppressed because it is too large
View File


+ 2996
- 2996
code/espurna/static/index.light.html.gz.h
File diff suppressed because it is too large
View File


+ 2601
- 2601
code/espurna/static/index.rfbridge.html.gz.h
File diff suppressed because it is too large
View File


+ 4079
- 4079
code/espurna/static/index.rfm69.html.gz.h
File diff suppressed because it is too large
View File


+ 2651
- 2651
code/espurna/static/index.sensor.html.gz.h
File diff suppressed because it is too large
View File


+ 1999
- 1999
code/espurna/static/index.small.html.gz.h
File diff suppressed because it is too large
View File


+ 1
- 2
code/html/index.html View File

@ -633,13 +633,12 @@
<div class="pure-g">
<label class="pure-u-1 pure-u-lg-1-4">Heartbeat message</label>
<select class="pure-u-1 pure-u-lg-1-4" name="hbMode" tabindex="15" >
<select class="pure-u-1 pure-u-lg-3-4" name="hbMode" tabindex="15" >
<option value="0">Disabled</option>
<option value="1">On device startup</option>
<option value="2">Repeat after defined interval</option>
<option value="3">Repeat only device status</option>
</select>
<div class="pure-u-0 pure-u-lg-1-2"></div>
<div class="pure-u-0 pure-u-lg-1-4"></div>
<div class="pure-u-1 pure-u-lg-3-4 hint">
Define when heartbeat message will be sent.


Loading…
Cancel
Save