mirror of https://github.com/aredn/aredn.git
Add missing piece of markup
This commit is contained in:
parent
160af18978
commit
781425ad59
|
@ -500,6 +500,7 @@ if next(localhosts) then
|
|||
row = row .. "<tr><td class=hidden-hosts valign=top title='Non Propagated Host'><nobr> <img src='/dot.png'>" .. localpart .."</nobr></td>"
|
||||
end
|
||||
if services[dmzhost] then
|
||||
row = row .. "<td colspan=3> </td><td>"
|
||||
for n, v in pairs(services[dmzhost])
|
||||
do
|
||||
row = row .. "<nobr>" .. v .. "</nobr><br>"
|
||||
|
|
Loading…
Reference in New Issue