mirror of https://github.com/aredn/aredn.git
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:
parent
b223259f4f
commit
9d0b7d59e1
|
@ -295,7 +295,7 @@ if(keys %localhosts)
|
|||
foreach $dmzhost (@{$localhosts{$ip}{hosts}})
|
||||
{
|
||||
$rows{$host} .= "<tr><td valign=top><nobr> <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";
|
||||
|
|
Loading…
Reference in New Issue