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

@@ -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>