Skip to content

Commit 5445b24

Browse files
authored
Merge pull request #51 from hnez/simplify-setup
web: setup: Simplify the setup wizard and other cleanups
2 parents c7f4488 + 3e41787 commit 5445b24

File tree

3 files changed

+199
-371
lines changed

3 files changed

+199
-371
lines changed

web/src/App.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,16 +105,19 @@ function Navigation() {
105105
items: [
106106
{
107107
type: "link",
108+
external: true,
108109
text: "Files in /srv/www",
109110
href: `/srv`,
110111
},
111112
{
112113
type: "link",
114+
external: true,
113115
text: "LXA IOBus Server",
114116
href: `http://${window.location.hostname}:8080/`,
115117
},
116118
{
117119
type: "link",
120+
external: true,
118121
text: "LXA TAC Manual",
119122
href: "https://www.linux-automation.com/lxatac-M02/index.html",
120123
},

0 commit comments

Comments
 (0)