mirror of
https://github.com/craigerl/aprsd.git
synced 2025-08-01 13:12:26 -04:00
Update the webchat paths
This reorders the paths available for selection in webchat and sets the selected to default
This commit is contained in:
parent
0155923341
commit
5ae45ce42f
@ -106,7 +106,7 @@ class Aprsdis(aprslib.IS):
|
|||||||
aprsd.__version__,
|
aprsd.__version__,
|
||||||
)
|
)
|
||||||
|
|
||||||
self.logger.info("Sending login information")
|
self.logger.debug("Sending login information")
|
||||||
|
|
||||||
try:
|
try:
|
||||||
self._sendall(login_str)
|
self._sendall(login_str)
|
||||||
|
@ -97,9 +97,9 @@
|
|||||||
<div class="col-auto">
|
<div class="col-auto">
|
||||||
<label for="pkt_path" class="visually-hidden">PATH</label>
|
<label for="pkt_path" class="visually-hidden">PATH</label>
|
||||||
<select class="form-control mb-2 mr-sm-2" name="pkt_path" id="pkt_path" style="width:auto;">
|
<select class="form-control mb-2 mr-sm-2" name="pkt_path" id="pkt_path" style="width:auto;">
|
||||||
<option value="">Default Path</option>
|
<option value="" selected>Default Path</option>
|
||||||
<option value="WIDE1-1,WIDE2-2" selected>WIDE1-1,WIDE2-2</option>
|
|
||||||
<option value="WIDE1-1">WIDE1-1</option>
|
<option value="WIDE1-1">WIDE1-1</option>
|
||||||
|
<option value="WIDE1-1,WIDE2-1">WIDE1-1,WIDE2-1</option>
|
||||||
<option value="ARISS">ARISS</option>
|
<option value="ARISS">ARISS</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user