mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-03-06 13:33:59 +01:00
add the spinner overlay
This commit is contained in:
parent
c711916a0b
commit
3dc4210b1f
|
|
@ -101,6 +101,11 @@ class SdrDeviceListController(AuthorizationMixin, BreadcrumbMixin, WebpageContro
|
|||
<div class="buttons container">
|
||||
<a class="btn btn-success" href="newsdr">Add new device...</a>
|
||||
</div>
|
||||
<div class="overlay overlay-spinner justify-content-center align-items-center">
|
||||
<div class="spinner-border" role="status">
|
||||
<span class="sr-only">Loading...</span>
|
||||
</div>
|
||||
</div>
|
||||
""".format(
|
||||
devices="".join(render_device(value) for value in Config.get()["sdrs"])
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue