Skip to content

Commit 7331447

Browse files
authoredDec 9, 2024
Merge pull request #783 from ylei-tsubame/issues/539/681/725-patch-provision-server
Web UI: patch issues 451, 533, 539, 604, 725, 726, 775, and prepare host network bugs
2 parents 4d18f11 + 2b23a20 commit 7331447

File tree

111 files changed

+1997
-1516
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

111 files changed

+1997
-1516
lines changed
 

‎striker-ui-api/out/index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎striker-ui-api/src/lib/accessModule.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ const listNicModels = async (target: string) => {
398398
params: [
399399
{
400400
target,
401-
shell_call: `${SERVER_PATHS.usr.libexec['qemu-kvm'].self} -net nic,model=help`,
401+
shell_call: `${SERVER_PATHS.usr.libexec['qemu-kvm'].self} -nic model=help`,
402402
},
403403
],
404404
pre: ['Remote'],

0 commit comments

Comments
 (0)