fix left size

This commit is contained in:
Karl Hudgell 2015-07-03 09:57:58 +01:00
parent 82a3de6595
commit 570e1fd2c3
4 changed files with 4 additions and 4 deletions

View File

@ -12,7 +12,7 @@
require "configs_services.php";
# Start a variable to contain Service Status.
$serverStatus = "<table border='0' cellspacing='0' cellpadding='1'><tr BGCOLOR='#0066FF'><th style='text-align: left;'><font color='white'>Service</font></th><th style='text-align: left;'><font color='white'>Status</font></th></tr>";
$serverStatus = "<table width='190' border='0' cellspacing='0' cellpadding='1'><tr BGCOLOR='#0066FF'><th style='text-align: left;'><font color='white'>Service</font></th><th style='text-align: left;'><font color='white'>Status</font></th></tr>";
# Process all services montiored.
foreach( $configs['servicesKloud'] as $serviceName => $servicePort )

View File

@ -28,7 +28,7 @@ indicateSelected(formref.switchcontrol)
</head>
<html>
<frameset rows="110,200,*" frameborder="0" border="0" framespacing="0">
<frameset rows="120,200,*" frameborder="0" border="0" framespacing="0">
<frame src="Servers.php">
<frame src="services.php">
<frame src="space.php">

View File

@ -128,7 +128,7 @@ try {
<div id="style">
<div class="innertube">
</p>
<table border='0' cellspacing='0' cellpadding='1'>
<table width='190' border='0' cellspacing='0' cellpadding='1'>
<tr><td BGCOLOR='#0066FF'><font color='white'>Disk Space</font></td></tr>
<tr><td BGCOLOR='#FFFFFF'>C:\<?= $freeSpaceC ?> (of <?= $totalSpaceC ?>)</td></tr>
<tr><td BGCOLOR='#FFFFFF'><div class="disk">

View File

@ -12,7 +12,7 @@
require "ss_configs_servers.php";
# Start a variable to contain Service Status.
$serverStatus = "<table border='0' cellspacing='0' cellpadding='1'><tr BGCOLOR='#0066FF'><th style='text-align: left;'><font color='white'>Server</font></th><th style='text-align: left;'><font color='white'>Status</font></th></tr>";
$serverStatus = "<table width='190' border='0' cellspacing='0' cellpadding='1'><tr BGCOLOR='#0066FF'><th style='text-align: left;'><font color='white'>Server</font></th><th style='text-align: left;'><font color='white'>Status</font></th></tr>";
# Process all services1 montiored.
foreach( $configs['services1'] as $serviceName => $servicePort )