mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-08-25 13:51:15 +00:00
Update menu help and info
This commit is contained in:
@@ -89,7 +89,7 @@ export default function HelpAndInfoPage() {
|
||||
|
||||
|
||||
<p className="text-black">
|
||||
Each category contains carefully selected commands with descriptions, making it easier to find exactly what
|
||||
Each category contains commands with descriptions, making it easier to find exactly what
|
||||
you need when you need it. This eliminates the need to remember complex command syntax or search through
|
||||
documentation when performing administrative tasks.
|
||||
</p>
|
||||
|
@@ -52,6 +52,14 @@ export default function StorageCommandsPage() {
|
||||
{ command: "pvesm scan <storage>", description: "Scan storage for new content" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Disk Actions",
|
||||
commands: [
|
||||
{ command: "qm importdisk <vmid> <image_path> <storage>", description: "Attach disk image to VM" },
|
||||
{ command: "qm set <vmid> -<bus><index> <disk_path>", description: "Assign physical disk to VM (passthrough mode)" },
|
||||
{ command: "qemu-img convert -O <format> <input> <output>", description: "Convert disk image format)" },
|
||||
],
|
||||
},
|
||||
]
|
||||
|
||||
return (
|
||||
@@ -184,8 +192,18 @@ export default function StorageCommandsPage() {
|
||||
<code className="bg-gray-100 px-1 py-0.5 rounded text-black">/path</code> with the directory you want to
|
||||
check
|
||||
</li>
|
||||
<li>
|
||||
Replace placeholders like <code className="bg-gray-100 px-1 py-0.5 rounded text-black"><vmid></code>,{" "}
|
||||
<code className="bg-gray-100 px-1 py-0.5 rounded text-black"><bus><index></code>,{" "}
|
||||
<code className="bg-gray-100 px-1 py-0.5 rounded text-black"><disk></code>,{" "}
|
||||
<code className="bg-gray-100 px-1 py-0.5 rounded text-black"><format></code>,{" "}
|
||||
<code className="bg-gray-100 px-1 py-0.5 rounded text-black"><input></code> and{" "}
|
||||
<code className="bg-gray-100 px-1 py-0.5 rounded text-black"><output></code> with the actual values you
|
||||
intend to use.
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user