We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7725278 commit 1674a66Copy full SHA for 1674a66
ui/src/main.tsx
@@ -295,6 +295,10 @@ if (isOnDevice) {
295
path: "hardware",
296
element: <SettingsHardwareRoute />,
297
},
298
+ {
299
+ path: "network",
300
+ element: <SettingsNetworkRoute />,
301
+ },
302
{
303
path: "access",
304
children: [
@@ -350,10 +354,11 @@ if (isOnDevice) {
350
354
loader: DeviceIdRename.loader,
351
355
action: DeviceIdRename.action,
352
356
353
- {
- path: "devices",
357
358
+ path: "devices",
359
element: <DevicesRoute />,
- loader: DevicesRoute.loader },
360
+ loader: DevicesRoute.loader
361
362
],
363
364
0 commit comments