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.
2 parents c7f4488 + 3e41787 commit 5445b24Copy full SHA for 5445b24
web/src/App.tsx
@@ -105,16 +105,19 @@ function Navigation() {
105
items: [
106
{
107
type: "link",
108
+ external: true,
109
text: "Files in /srv/www",
110
href: `/srv`,
111
},
112
113
114
115
text: "LXA IOBus Server",
116
href: `http://${window.location.hostname}:8080/`,
117
118
119
120
121
text: "LXA TAC Manual",
122
href: "https://www.linux-automation.com/lxatac-M02/index.html",
123
0 commit comments