summaryrefslogtreecommitdiffstats
path: root/frontends/php/srv_status.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/srv_status.php')
-rw-r--r--frontends/php/srv_status.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/php/srv_status.php b/frontends/php/srv_status.php
index 61199e31..571e13bd 100644
--- a/frontends/php/srv_status.php
+++ b/frontends/php/srv_status.php
@@ -20,8 +20,8 @@
echo "\n";
echo "<tr>";
echo "<td><b>Service</b></td>";
- echo "<td><b>Status</b></td>";
- echo "<td><b>Actions</b></td>";
+ echo "<td width=\"10%\"><b>Status</b></td>";
+ echo "<td width=\"10%\"><b>Actions</b></td>";
echo "</tr>";
echo "\n";
$col=0;