Browse Source

change device to radio (#136)

pull/141/head
Ben Lipsey 3 years ago
committed by GitHub
parent
commit
b20c2b29b2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/components/PageComponents/Config/Position.tsx
  2. 4
      src/pages/Config/index.tsx

2
src/components/PageComponents/Config/Position.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: [
{

4
src/pages/Config/index.tsx

@ -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={[
{

Loading…
Cancel
Save