mirror of
https://github.com/The-Network-Crew/Proxmox-VE-for-WHMCS.git
synced 2026-04-02 02:28:18 +00:00
Final module pretty name update
This commit is contained in:
@@ -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"
|
||||
),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user