Add onboot & sshkeys to Client Area

This commit is contained in:
Luke S Thompson
2025-10-19 12:52:11 +11:00
parent bf2f981435
commit 4c88d4bd7f
2 changed files with 12 additions and 0 deletions

View File

@@ -5,6 +5,10 @@ All notable changes to Proxmox VE for WHMCS will be documented in this file.
https://github.com/The-Network-Crew/Proxmox-VE-for-WHMCS/milestones
### 💅 Polish
- Client Area: Polish the interface numbering
- Client Area: Add onboot and sshkeys outputs
## [1.2.17] - 2025-10-19 - _"VNC & Hyperscale!"_
### 💅 Polish

View File

@@ -93,6 +93,14 @@
<td><strong>NIC #1</strong> (IPv6)</td>
<td>{($vm_config['net1']|replace:',':'<br/>')}</td>
</tr>
<tr>
<td><strong>Config</strong> (Tweaks)</td>
<td><strong>On-boot</strong>: {$vm_config['onboot']}</td>
</tr>
<tr>
<td><strong>SSH Keys</strong> (Public)</td>
<td>{$vm_config['sshkeys']}</td>
</tr>
</table>
{if ($smarty.get.a eq 'vmStat')}
<h4>VM Statistics</h4>