mirror of https://github.com/BOINC/boinc.git
web: tweak server status page format
This commit is contained in:
parent
7100992f82
commit
4823e76c43
|
@ -55,7 +55,7 @@ function daemon_html($d) {
|
||||||
echo "<tr class=row$row_parity>
|
echo "<tr class=row$row_parity>
|
||||||
<td>$d->cmd</td>
|
<td>$d->cmd</td>
|
||||||
<td>$d->host</td>
|
<td>$d->host</td>
|
||||||
<td class=\"$c\">$s</td>
|
<td class=\"$c\"><nobr>$s</nobr></td>
|
||||||
<tr>
|
<tr>
|
||||||
";
|
";
|
||||||
$row_parity = 1-$row_parity;
|
$row_parity = 1-$row_parity;
|
||||||
|
@ -90,7 +90,7 @@ function show_status_html($x) {
|
||||||
$j = $x->jobs;
|
$j = $x->jobs;
|
||||||
$daemons = $x->daemons;
|
$daemons = $x->daemons;
|
||||||
start_table();
|
start_table();
|
||||||
echo "<tr><td width=40% valign=top>
|
echo "<tr><td width=50% valign=top>
|
||||||
<h2>".tra("Server status")."</h2>
|
<h2>".tra("Server status")."</h2>
|
||||||
";
|
";
|
||||||
start_table();
|
start_table();
|
||||||
|
|
Loading…
Reference in New Issue