mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-21 06:13:45 +00:00
update "new sdr" routing too to avoid conflicts
This commit is contained in:
parent
03315d7960
commit
400ed3541d
2 changed files with 3 additions and 3 deletions
|
|
@ -84,7 +84,7 @@ class SdrDeviceListController(AuthorizationMixin, WebpageController):
|
|||
{devices}
|
||||
</ul>
|
||||
<div class="buttons container">
|
||||
<a class="btn btn-success" href="sdr/new">Add new device...</a>
|
||||
<a class="btn btn-success" href="newsdr">Add new device...</a>
|
||||
</div>
|
||||
""".format(
|
||||
devices="".join(render_device(key, value) for key, value in Config.get()["sdrs"].items())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue