Some restyle html admin

master
US1GHQ 2022-01-02 18:17:23 +02:00
parent 0a01171efc
commit f8cf2ed070
2 changed files with 8 additions and 8 deletions

View File

@ -52,11 +52,15 @@
<div class="grid-container full"> <div class="grid-container full">
<h5 class="u-full-width">Transmission Settings</h5> <h5 class="u-full-width">Transmission Settings</h5>
</div> </div>
<div class="grid-container halves"> <div class="grid-container 3 columns">
<div> <div>
<label for="lora_freq">Frequency [MHz]</label> <label for="lora_freq">Frequency [MHz]</label>
<input name="lora_freq" id="lora_freq" type="number" min="144.000" max="928.000" step="0.001" title="LoRa center frequency between 433.001 and 928.000"> <input name="lora_freq" id="lora_freq" type="number" min="144.000" max="928.000" step="0.001" title="LoRa center frequency between 433.001 and 928.000">
</div> </div>
<div>
<label for="txPower">dBm</label>
<input name="txPower" id="txPower" type="number" min="0" max="23" title="LoRa TX Power. Range 0 to 23dBm">
</div>
<div> <div>
<label for="lora_speed">Speed</label> <label for="lora_speed">Speed</label>
<select id="lora_speed" name="lora_speed"> <select id="lora_speed" name="lora_speed">
@ -72,10 +76,6 @@
<option value="21000">BW 500khz CR 4:5 SF 7 (BBS, 21000bps)</option> <option value="21000">BW 500khz CR 4:5 SF 7 (BBS, 21000bps)</option>
</select> </select>
</div> </div>
<div>
<label for="txPower">dBm</label>
<input name="txPower" id="txPower" type="number" min="0" max="23" title="LoRa TX Power. Range 0 to 23dBm">
</div>
</div> </div>
<div class="grid-container full"> <div class="grid-container full">
<h5 class="u-full-width">Station Settings</h5> <h5 class="u-full-width">Station Settings</h5>

View File

@ -1,10 +1,10 @@
#ifndef BUILD_NUMBER #ifndef BUILD_NUMBER
#define BUILD_NUMBER "15" #define BUILD_NUMBER "17"
#endif #endif
#ifndef VERSION #ifndef VERSION
#define VERSION "v0.4.6.15-577d888 - 2021-12-28 21:17:24.631814" #define VERSION "v0.4.6.17-0a01171 - 2021-12-28 21:20:22.015464"
#endif #endif
#ifndef VERSION_SHORT #ifndef VERSION_SHORT
#define VERSION_SHORT "v0.4.6.15-577d888" #define VERSION_SHORT "v0.4.6.17-0a01171"
#endif #endif