|
|
@ -321,8 +321,8 @@ local makeTable = function(web, hosts) |
|
|
|
week = '<td> ' .. percentUp .. '% up</td><td> ' .. percentUpdated .. '% updated</td>' |
|
|
|
-- if ('100.00' ~= percentUp) or ('100.00' ~= percentUpdated) then inRR = "<font color='red'>❌</font>" end |
|
|
|
end |
|
|
|
if "yes" ~= hosts[k].DNSRR then inRR = " " end |
|
|
|
if "maybe" == hosts[k].DNSRR then inRR = "<font color='red'>❓</font>" end |
|
|
|
if "no" == hosts[k].DNSRR then inRR = " " end |
|
|
|
|
|
|
|
web:write("<td>" .. ftp .. " </td><td>" .. http .. " </td><td>" .. https .. " </td><td>" .. rsync .. " </td><td>" .. inRR .. " " .. dns .. |
|
|
|
" </td><td>" .. protocol .. " </td><td>" .. redirects .. " </td><td>" .. sanity .. " </td><td>" .. integrity .. " </td>" .. '<td>' .. rate .. |
|
|
|