show more information on the sdr settings page

This commit is contained in:
Jakob Ketterl
2021-03-18 21:53:59 +01:00
parent 9dcf342b13
commit 364c7eb505
6 changed files with 26 additions and 12 deletions

View File

@@ -39,6 +39,6 @@ class StatusController(ReceiverIdController):
},
"max_clients": pm["max_clients"],
"version": openwebrx_version,
"sdrs": [self.getReceiverStats(r) for r in SdrService.getSources().values()],
"sdrs": [self.getReceiverStats(r) for r in SdrService.getActiveSources().values()],
}
self.send_response(json.dumps(status, cls=Encoder), content_type="application/json")