web: tweak server status page format

This commit is contained in:
David Anderson 2014-12-03 14:30:25 -08:00
parent 7100992f82
commit 4823e76c43
1 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ function daemon_html($d) {
echo "<tr class=row$row_parity>
<td>$d->cmd</td>
<td>$d->host</td>
<td class=\"$c\">$s</td>
<td class=\"$c\"><nobr>$s</nobr></td>
<tr>
";
$row_parity = 1-$row_parity;
@ -90,7 +90,7 @@ function show_status_html($x) {
$j = $x->jobs;
$daemons = $x->daemons;
start_table();
echo "<tr><td width=40% valign=top>
echo "<tr><td width=50% valign=top>
<h2>".tra("Server status")."</h2>
";
start_table();