aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apt-panopticon-report-email-web.lua
diff options
context:
space:
mode:
authoronefang2019-12-05 03:37:32 +1000
committeronefang2019-12-05 03:37:32 +1000
commited867ee9f325c2a99415f49df0282277eddf085b (patch)
tree5dc816548815106ac9807bf0fc50c93f86c65ea0 /apt-panopticon-report-email-web.lua
parentDon't track packed up results. (diff)
downloadapt-panopticon-ed867ee9f325c2a99415f49df0282277eddf085b.zip
apt-panopticon-ed867ee9f325c2a99415f49df0282277eddf085b.tar.gz
apt-panopticon-ed867ee9f325c2a99415f49df0282277eddf085b.tar.bz2
apt-panopticon-ed867ee9f325c2a99415f49df0282277eddf085b.tar.xz
Oops, fix up the extra greyness.
Diffstat (limited to 'apt-panopticon-report-email-web.lua')
-rwxr-xr-xapt-panopticon-report-email-web.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-panopticon-report-email-web.lua b/apt-panopticon-report-email-web.lua
index bc68dd0..36e1ca6 100755
--- a/apt-panopticon-report-email-web.lua
+++ b/apt-panopticon-report-email-web.lua
@@ -497,7 +497,7 @@ if nil == web then C("opening mirrors file - " .. e) else
497 web:write("<td>" .. ftp .. "&nbsp;</td><td>" .. http .. "&nbsp;</td><td>" .. https .. "&nbsp;</td><td>" .. rsync .. "&nbsp;</td><td>" .. dns .. 497 web:write("<td>" .. ftp .. "&nbsp;</td><td>" .. http .. "&nbsp;</td><td>" .. https .. "&nbsp;</td><td>" .. rsync .. "&nbsp;</td><td>" .. dns ..
498 "&nbsp;</td><td>" .. protocol .. "&nbsp;</td><td>" .. sanity .. 498 "&nbsp;</td><td>" .. protocol .. "&nbsp;</td><td>" .. sanity ..
499 "&nbsp;</td><td>" .. integrity .. "&nbsp;</td><td>" .. updated .. "&nbsp;</td>" .. spd .. "</tr>\n") 499 "&nbsp;</td><td>" .. integrity .. "&nbsp;</td><td>" .. updated .. "&nbsp;</td>" .. spd .. "</tr>\n")
500 if "" ~= v.Active then 500 if "" ~= active then
501 web:write("<tr><td style='background-color:dimgrey'>" .. active .. "</td></tr>\n") 501 web:write("<tr><td style='background-color:dimgrey'>" .. active .. "</td></tr>\n")
502 end 502 end
503 end 503 end