Revert "bugfix: Services were not lined up correctly on mesh status page."

This reverts commit b223259f4f.

The change was made in the wrong location of the mesh status page.
This commit is contained in:
Conrad Lara - KG6JEI 2015-12-16 21:41:19 -08:00
parent b223259f4f
commit 9d0b7d59e1
1 changed files with 1 additions and 1 deletions

View File

@ -295,7 +295,7 @@ if(keys %localhosts)
foreach $dmzhost (@{$localhosts{$ip}{hosts}})
{
$rows{$host} .= "<tr><td valign=top><nobr>&nbsp;<img src='/dot.png'>$dmzhost</nobr></td>";
$rows{$host} .= "<td colspan=4></td><td>\n";
$rows{$host} .= "<td colspan=3></td><td>\n";
foreach(sort keys %{$services{$dmzhost}})
{
$rows{$host} .= "<nobr>" . $services{$dmzhost}{$_} . "</nobr><br>\n";