|
|
@ -21,7 +21,7 @@ export const ConfigPage = (): JSX.Element => { |
|
|
<Sidebar> |
|
|
<Sidebar> |
|
|
<SidebarSection label="Config Sections"> |
|
|
<SidebarSection label="Config Sections"> |
|
|
<SidebarButton |
|
|
<SidebarButton |
|
|
label="Device Config" |
|
|
label="Radio Config" |
|
|
active={activeConfigSection === "device"} |
|
|
active={activeConfigSection === "device"} |
|
|
onClick={() => setActiveConfigSection("device")} |
|
|
onClick={() => setActiveConfigSection("device")} |
|
|
icon={SettingsIcon} |
|
|
icon={SettingsIcon} |
|
|
@ -36,7 +36,7 @@ export const ConfigPage = (): JSX.Element => { |
|
|
</Sidebar> |
|
|
</Sidebar> |
|
|
<PageLayout |
|
|
<PageLayout |
|
|
label={ |
|
|
label={ |
|
|
activeConfigSection === "device" ? "Device Config" : "Module Config" |
|
|
activeConfigSection === "device" ? "Radio Config" : "Module Config" |
|
|
} |
|
|
} |
|
|
actions={[ |
|
|
actions={[ |
|
|
{ |
|
|
{ |
|
|
|