diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6aa3b6d..d0203bf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,10 @@ All notable changes to Proxmox VE for WHMCS will be documented in this file.
### 💅 Polish
- SQL Expansion: Prepare for Nodes/ISOs/TPLs/Logs/SSH Keys/etc
+- Client Area: Improved layout and formatting of guest details (#155)
+
+### 🐛 Bug Fix
+- Client Area, Swap %: "NaN%" replaced with "0%" for QEMU cases (#154)
https://github.com/The-Network-Crew/Proxmox-VE-for-WHMCS/milestones
diff --git a/README.md b/README.md
index 3bd852d..66332b0 100644
--- a/README.md
+++ b/README.md
@@ -97,6 +97,10 @@ Configured in the _Module_ as detailed below, once you've added/restricted it in
+#### Admin GUI: WHMCS Servers > Links direct to PVE GUI
+
+
+
## 🥽 2. noVNC: Console Tunnel (Client Area)
After forking the module, we considered how to improve security of Console Tunneling via WHMCS. We decided to implement a routing method which uses a secondary user in Proxmox VE with very restrictive permissions.
@@ -130,6 +134,8 @@ After forking the module, we considered how to improve security of Console Tunne
>
> **Note**: Custom WHMCS install folders like /clients/ are not yet VNC-supported. #114
+
+
### Important info about Console Access
**noVNC has been overhauled. It isn't guaranteed, nor the project at all. :-)**
diff --git a/_images/zConsoleReady.png b/_images/zConsoleReady.png
new file mode 100644
index 0000000..ff9bc29
Binary files /dev/null and b/_images/zConsoleReady.png differ
diff --git a/_images/zServerListLink.png b/_images/zServerListLink.png
new file mode 100644
index 0000000..0c3dab3
Binary files /dev/null and b/_images/zServerListLink.png differ
diff --git a/_images/zVMclientGUI.png b/_images/zVMclientGUI.png
index 61c45d4..d0c17c1 100644
Binary files a/_images/zVMclientGUI.png and b/_images/zVMclientGUI.png differ
diff --git a/modules/servers/pvewhmcs/clientarea.tpl b/modules/servers/pvewhmcs/clientarea.tpl
index 44a4b42..c7dc6a9 100644
--- a/modules/servers/pvewhmcs/clientarea.tpl
+++ b/modules/servers/pvewhmcs/clientarea.tpl
@@ -19,7 +19,6 @@

{$vm_status['status']}
Up: {$vm_status['uptime']}
-
| IP (Addressing) | {$vm_config['ipv4']} Subnet Mask: {$vm_config['netmask4']} Gateway: {$vm_config['gateway4']} |
- ||
| OS/etc (System) | -Kernel: {$vm_config['ostype']} | +Memory (RAM) | +{$vm_config['memory']}MB |
| Compute (CPU) | -{$vm_config['sockets']} socket/s, {$vm_config['cores']} core/s - Emulation: {$vm_config['cpu']} |
- ||
| Memory (RAM) | -{$vm_config['memory']}MB | -||
| NIC (Interface #1) | -{($vm_config['net0']|replace:',':' ')} |
- ||
| NIC (Interface #2) | -{$vm_config['net1']} | +{$vm_config['cpu']} {$vm_config['cores']} core/s on {$vm_config['sockets']} socket/s + | |
| Storage (SSD/HDD) | @@ -91,6 +75,21 @@ {($vm_config['virtio0']|replace:',':'|||
| OS/etc (System) | +Kernel: {$vm_config['ostype']} | +||
| IP (Addressing) | {$vm_config['ipv4']} Mask: {$vm_config['netmask4']} Gateway: {$vm_config['gateway4']} |
+ ||
| NIC (Interface #1) | +{($vm_config['net0']|replace:',':' ')} |
+ ||
| NIC (Interface #2) | +{$vm_config['net1']} | +