Ben Lipsey
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
3 additions and
3 deletions
-
src/components/PageComponents/Config/Position.tsx
-
src/pages/Config/index.tsx
|
|
|
@ -23,7 +23,7 @@ export const Position = (): JSX.Element => { |
|
|
|
defaultValues={config.position} |
|
|
|
fieldGroups={[ |
|
|
|
{ |
|
|
|
label: "Position settings", |
|
|
|
label: "Position Settings", |
|
|
|
description: "Settings for the position module", |
|
|
|
fields: [ |
|
|
|
{ |
|
|
|
|
|
|
|
@ -21,7 +21,7 @@ export const ConfigPage = (): JSX.Element => { |
|
|
|
<Sidebar> |
|
|
|
<SidebarSection label="Config Sections"> |
|
|
|
<SidebarButton |
|
|
|
label="Device Config" |
|
|
|
label="Radio Config" |
|
|
|
active={activeConfigSection === "device"} |
|
|
|
onClick={() => setActiveConfigSection("device")} |
|
|
|
icon={SettingsIcon} |
|
|
|
@ -36,7 +36,7 @@ export const ConfigPage = (): JSX.Element => { |
|
|
|
</Sidebar> |
|
|
|
<PageLayout |
|
|
|
label={ |
|
|
|
activeConfigSection === "device" ? "Device Config" : "Module Config" |
|
|
|
activeConfigSection === "device" ? "Radio Config" : "Module Config" |
|
|
|
} |
|
|
|
actions={[ |
|
|
|
{ |
|
|
|
|