From 570e1fd2c35c5c2e94186520454aa9cf9ed84a06 Mon Sep 17 00:00:00 2001 From: Karl Hudgell Date: Fri, 3 Jul 2015 09:57:58 +0100 Subject: [PATCH] fix left size --- bootstrap_services.php | 2 +- left.php | 2 +- space.php | 2 +- ss_bootstrap_servers.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bootstrap_services.php b/bootstrap_services.php index a5abf6e..711831b 100644 --- a/bootstrap_services.php +++ b/bootstrap_services.php @@ -12,7 +12,7 @@ require "configs_services.php"; # Start a variable to contain Service Status. -$serverStatus = ""; +$serverStatus = "
ServiceStatus
"; # Process all services montiored. foreach( $configs['servicesKloud'] as $serviceName => $servicePort ) diff --git a/left.php b/left.php index 67261e0..ab25ee7 100644 --- a/left.php +++ b/left.php @@ -28,7 +28,7 @@ indicateSelected(formref.switchcontrol) - + diff --git a/space.php b/space.php index 2723445..8fcb6aa 100644 --- a/space.php +++ b/space.php @@ -128,7 +128,7 @@ try {

-
ServiceStatus
+
Disk Space
C:\ (of )
diff --git a/ss_bootstrap_servers.php b/ss_bootstrap_servers.php index 5f07b66..62907b4 100644 --- a/ss_bootstrap_servers.php +++ b/ss_bootstrap_servers.php @@ -12,7 +12,7 @@ require "ss_configs_servers.php"; # Start a variable to contain Service Status. -$serverStatus = ""; +$serverStatus = "
ServerStatus
"; # Process all services1 montiored. foreach( $configs['services1'] as $serviceName => $servicePort )
ServerStatus