Skip to content

Commit

Permalink
Merge pull request #51 from hnez/simplify-setup
Browse files Browse the repository at this point in the history
web: setup: Simplify the setup wizard and other cleanups
  • Loading branch information
hnez authored Jan 11, 2024
2 parents c7f4488 + 3e41787 commit 5445b24
Show file tree
Hide file tree
Showing 3 changed files with 199 additions and 371 deletions.
3 changes: 3 additions & 0 deletions web/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,16 +105,19 @@ function Navigation() {
items: [
{
type: "link",
external: true,
text: "Files in /srv/www",
href: `/srv`,
},
{
type: "link",
external: true,
text: "LXA IOBus Server",
href: `http://${window.location.hostname}:8080/`,
},
{
type: "link",
external: true,
text: "LXA TAC Manual",
href: "https://www.linux-automation.com/lxatac-M02/index.html",
},
Expand Down
Loading

0 comments on commit 5445b24

Please sign in to comment.