From e3663fff3496fdb9fe5f8a548b33208a6d55a8d3 Mon Sep 17 00:00:00 2001 From: Rosiak Date: Sat, 2 Jan 2016 02:06:19 +0100 Subject: [PATCH] Set min-width --- html/includes/print-vm.inc.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/html/includes/print-vm.inc.php b/html/includes/print-vm.inc.php index f068daf02..91b04b495 100644 --- a/html/includes/print-vm.inc.php +++ b/html/includes/print-vm.inc.php @@ -12,10 +12,10 @@ else { echo ''; if ($vm['vmwVmState'] == 'powered off') { - echo 'OFF'; + echo 'OFF'; } else { - echo 'ON'; + echo 'ON'; } if ($vm['vmwVmGuestOS'] == 'E: tools not installed') { @@ -38,4 +38,4 @@ else { echo ''.sprintf('%.2f', $vm['vmwVmMemSize']).' MB'; } -echo ''.$vm['vmwVmCpus'].' CPU'; \ No newline at end of file +echo ''.$vm['vmwVmCpus'].' CPU';