mirror of https://github.com/aredn/aredn.git
Support Y.X style radio heights (#1673)
This commit is contained in:
parent
5e680b1a2c
commit
ff31b89e1d
|
@ -449,7 +449,7 @@ if (request.env.REQUEST_METHOD === "DELETE") {
|
||||||
<div class="m">Antenna height above ground in meters</div>
|
<div class="m">Antenna height above ground in meters</div>
|
||||||
</div>
|
</div>
|
||||||
<div style="flex:0">
|
<div style="flex:0">
|
||||||
<input hx-put="{{request.env.REQUEST_URI}}" name="radio_height" type="text" size="10" pattern="\d+" hx-validate="true" value="{{uciMesh.get("aredn", "@location[0]", "height")}}">
|
<input hx-put="{{request.env.REQUEST_URI}}" name="radio_height" type="text" size="10" pattern="\d+(\.\d+)?" hx-validate="true" value="{{uciMesh.get("aredn", "@location[0]", "height")}}">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{{_H("The height of the antenna above ground level in meters. This is usually the height up a tower or a building.")}}
|
{{_H("The height of the antenna above ground level in meters. This is usually the height up a tower or a building.")}}
|
||||||
|
|
Loading…
Reference in New Issue