Skip to content

Commit 0fd279c

Browse files
authored
Merge pull request #61 from SmithChart/labgrid-config
web: labgrid configuration
2 parents e94c996 + acbe051 commit 0fd279c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

web/src/SettingsLabgrid.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export function LabgridConfig() {
4848
label: "User Config",
4949
id: "user",
5050
content: (
51-
<ConfigEditor path="/v1/labgrid/userconfig" language="yaml" />
51+
<ConfigEditor path="/v1/labgrid/userconfig" language="text" />
5252
),
5353
},
5454
{
@@ -62,7 +62,7 @@ export function LabgridConfig() {
6262
label: "System Config",
6363
id: "system",
6464
content: (
65-
<ConfigEditor path="v1/labgrid/configuration" language="yaml" />
65+
<ConfigEditor path="v1/labgrid/configuration" language="text" />
6666
),
6767
},
6868
]}

web/src/Setup.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,10 @@ export default function Setup() {
243243
Go back to the exporter configuration step to make
244244
changes and click "Next" once you are satisfied.
245245
</Box>
246+
<Box variant="p">
247+
If your labgrid configuration does not work right away
248+
you can always come back and change it later.
249+
</Box>
246250
<LabgridService />
247251
</SpaceBetween>
248252
</Container>

0 commit comments

Comments
 (0)