mirror of
https://github.com/The-Network-Crew/Proxmox-VE-for-WHMCS.git
synced 2026-04-02 10:38:30 +00:00
Try fix max-RAM issue (#167)
This commit is contained in:
@@ -12,6 +12,7 @@ https://github.com/The-Network-Crew/Proxmox-VE-for-WHMCS/milestones
|
||||
- Plan Add/Edit: Text descriptions updated
|
||||
- Update Available: Hyperlinked to repo
|
||||
- Admin GUI: Textual layout updates
|
||||
- Servers: PVE Button updated text
|
||||
- README: Final resting milestone
|
||||
|
||||
## [1.2.15] - 2025-08-29 - _"Little Adjustments"_
|
||||
|
||||
@@ -76,7 +76,7 @@ CREATE TABLE IF NOT EXISTS `mod_pvewhmcs_plans` (
|
||||
`cores` tinyint(2) unsigned DEFAULT NULL,
|
||||
`cpulimit` smallint(5) unsigned DEFAULT NULL,
|
||||
`cpuunits` smallint(5) unsigned DEFAULT NULL,
|
||||
`memory` smallint(5) unsigned NOT NULL,
|
||||
`memory` smallint(8) unsigned NOT NULL,
|
||||
`swap` smallint(5) unsigned DEFAULT NULL,
|
||||
`disk` smallint(5) unsigned DEFAULT NULL,
|
||||
`diskformat` varchar(10) DEFAULT NULL,
|
||||
|
||||
@@ -80,7 +80,7 @@
|
||||
<td>Kernel: {$vm_config['ostype']}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>IP</strong> (Addressing)</td><td><strong>{$vm_config['ipv4']}</strong><br/>Mask: {$vm_config['netmask4']}<br/>Gateway: {$vm_config['gateway4']}</td>
|
||||
<td><strong>IPv4</strong> (Network)</td><td><strong>{$vm_config['ipv4']}</strong><br/>Mask: {$vm_config['netmask4']}<br/>Gateway: {$vm_config['gateway4']}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>NIC</strong> (Interface #1)</td>
|
||||
|
||||
Reference in New Issue
Block a user