Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
volker committed Feb 6, 2024
1 parent a64e5c3 commit 0a5458b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
with:
toolchain: stable
override: true
- name: Check
uses: actions-rs/cargo@v1
with:
command: check

- name: Add musl target
run: rustup target add x86_64-unknown-linux-musl

- name: Build Binary
uses: actions-rs/cargo@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- made link relative -->
<link rel="icon" type="image/svg+xml" href="vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + Svelte</title>
<title>iptablesweb</title>
</head>
<body>
<div id="app"></div>
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"dev": "vite --host=127.0.0.1",
"build": "vite build --base=./",
"preview": "vite preview"
},
Expand Down
1 change: 1 addition & 0 deletions web/src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<main>
<h1 class="mb-4">iptables on host</h1>
<Tables/>
<div class="text-left text-sm"><a href="https://github.com/volkerp/iptablesweb" >https://github.com/volkerp/iptablesweb</a></div>
</main>

<style>
Expand Down

0 comments on commit 0a5458b

Please sign in to comment.