File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ export function LabgridConfig() {
48
48
label : "User Config" ,
49
49
id : "user" ,
50
50
content : (
51
- < ConfigEditor path = "/v1/labgrid/userconfig" language = "yaml " />
51
+ < ConfigEditor path = "/v1/labgrid/userconfig" language = "text " />
52
52
) ,
53
53
} ,
54
54
{
@@ -62,7 +62,7 @@ export function LabgridConfig() {
62
62
label : "System Config" ,
63
63
id : "system" ,
64
64
content : (
65
- < ConfigEditor path = "v1/labgrid/configuration" language = "yaml " />
65
+ < ConfigEditor path = "v1/labgrid/configuration" language = "text " />
66
66
) ,
67
67
} ,
68
68
] }
Original file line number Diff line number Diff line change @@ -243,6 +243,10 @@ export default function Setup() {
243
243
Go back to the exporter configuration step to make
244
244
changes and click "Next" once you are satisfied.
245
245
</ 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 >
246
250
< LabgridService />
247
251
</ SpaceBetween >
248
252
</ Container >
You can’t perform that action at this time.
0 commit comments