diff --git a/_images/zClusterNodes.png b/_images/zClusterNodes.png index 465c960..898c825 100644 Binary files a/_images/zClusterNodes.png and b/_images/zClusterNodes.png differ diff --git a/modules/addons/pvewhmcs/pvewhmcs.php b/modules/addons/pvewhmcs/pvewhmcs.php index 2a4e022..94cbb5d 100644 --- a/modules/addons/pvewhmcs/pvewhmcs.php +++ b/modules/addons/pvewhmcs/pvewhmcs.php @@ -415,8 +415,8 @@ function pvewhmcs_output($vars) { // Node Header Row echo '
'; echo '
'; - echo '

' . htmlspecialchars($n_name) . ' (v' . htmlspecialchars($n_version) . ')

'; - echo 'Last Boot: ' . htmlspecialchars($n_uptime) . ''; + echo '

' . htmlspecialchars($n_name) . ' [v' . htmlspecialchars($n_version) . ']

'; + echo 'Last Booted: ' . htmlspecialchars($n_uptime) . ''; echo '
'; echo '
'; echo '' . htmlspecialchars($n_status) . ''; @@ -426,12 +426,12 @@ function pvewhmcs_output($vars) { // Live Stats Row echo '
'; echo '
'; - echo '
' . $n_cpu_pct . '%
'; - echo '
CPU (' . $n_maxcpu . ' Cores)
'; + echo '
CPU: ' . $n_cpu_pct . '%
'; + echo '
' . $n_maxcpu . ' Cores
'; echo '
'; echo '
'; - echo '
' . $n_mem_pct . '%
'; - echo '
RAM (' . $n_mem_used . ' of ' . $n_mem_max . 'GB)
'; + echo '
RAM: ' . $n_mem_pct . '%
'; + echo '
' . $n_mem_used . ' of ' . $n_mem_max . 'GB
'; echo '
'; echo '
'; @@ -1287,7 +1287,7 @@ function qemu_plan_add() { - Read & understand the Docs before overriding default. + Before overriding the default, read & understand the Docs. @@ -1604,7 +1604,7 @@ function qemu_plan_edit($id) { - Read & understand the Docs before overriding default. + Before overriding the default, read & understand the Docs.