From e5d51a2cb305272c527b4b5a56a441700845ed21 Mon Sep 17 00:00:00 2001 From: onefang Date: Tue, 18 Oct 2022 10:42:19 +1000 Subject: Minor tweak to DNSRR output. --- apt-panopticon-report-email-web.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apt-panopticon-report-email-web.lua b/apt-panopticon-report-email-web.lua index 73fd0ac..2a13975 100755 --- a/apt-panopticon-report-email-web.lua +++ b/apt-panopticon-report-email-web.lua @@ -321,8 +321,8 @@ local makeTable = function(web, hosts) week = ' ' .. percentUp .. '% up ' .. percentUpdated .. '% updated' -- if ('100.00' ~= percentUp) or ('100.00' ~= percentUpdated) then inRR = "" end end + if "yes" ~= hosts[k].DNSRR then inRR = "     " end if "maybe" == hosts[k].DNSRR then inRR = "" end - if "no" == hosts[k].DNSRR then inRR = "     " end web:write("" .. ftp .. " " .. http .. " " .. https .. " " .. rsync .. " " .. inRR .. " " .. dns .. " " .. protocol .. " " .. redirects .. " " .. sanity .. " " .. integrity .. " " .. '' .. rate .. -- cgit v1.1