Add missing piece of markup

This commit is contained in:
Tim Wilkinson 2022-01-20 18:11:36 -08:00 committed by Joe AE6XE
parent 160af18978
commit 781425ad59
1 changed files with 1 additions and 0 deletions

View File

@ -500,6 +500,7 @@ if next(localhosts) then
row = row .. "<tr><td class=hidden-hosts valign=top title='Non Propagated Host'><nobr>&nbsp;<img src='/dot.png'>" .. localpart .."</nobr></td>"
end
if services[dmzhost] then
row = row .. "<td colspan=3>&nbsp;</td><td>"
for n, v in pairs(services[dmzhost])
do
row = row .. "<nobr>" .. v .. "</nobr><br>"