Final module pretty name update

This commit is contained in:
Luke S Thompson
2025-08-19 12:54:10 +10:00
parent 60d0a67d40
commit ea985a2d37
3 changed files with 10 additions and 8 deletions

View File

@@ -103,13 +103,13 @@ function pvewhmcs_ConfigOptions() {
"FriendlyName" => "PVE Plan",
"Type" => "dropdown",
'Options' => $plans ,
"Description" => "QEMU/LXC : Plan Name"
"Description" => "(QEMU/LXC) Plan Name"
),
"IPPool" => array(
"FriendlyName" => "IPv4 Pool",
"Type" => "dropdown",
'Options'=> $ippools,
"Description" => "IPv4 : Allocation Pool"
"Description" => "(IPv4) Allocation Pool"
),
);