mirror of
https://github.com/jketterl/openwebrx.git
synced 2025-12-06 07:12:09 +01:00
fill error variable with an empty string for the device list
This commit is contained in:
parent
a7e2aae292
commit
4a77d2cc38
|
|
@ -27,6 +27,7 @@ class SdrDeviceListController(AuthorizationMixin, BreadcrumbMixin, WebpageContro
|
|||
variables["content"] = self.render_devices()
|
||||
variables["title"] = "SDR device settings"
|
||||
variables["modal"] = ""
|
||||
variables["error"] = ""
|
||||
return variables
|
||||
|
||||
def get_breadcrumb(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue