mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-04 14:08:38 +00:00
separate page for sdr settings
This commit is contained in:
parent
b874583931
commit
9942b3baf2
4 changed files with 28 additions and 2 deletions
|
|
@ -48,6 +48,11 @@ class SettingsController(AdminController):
|
|||
self.serve_template("settings.html", **self.template_variables())
|
||||
|
||||
|
||||
class SdrSettingsController(AdminController):
|
||||
def indexAction(self):
|
||||
self.serve_template("sdrsettings.html", **self.template_variables())
|
||||
|
||||
|
||||
class GeneralSettingsController(AdminController):
|
||||
sections = [
|
||||
Section(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue