diff options
author | onefang | 2019-12-05 03:37:32 +1000 |
---|---|---|
committer | onefang | 2019-12-05 03:37:32 +1000 |
commit | ed867ee9f325c2a99415f49df0282277eddf085b (patch) | |
tree | 5dc816548815106ac9807bf0fc50c93f86c65ea0 | |
parent | Don't track packed up results. (diff) | |
download | apt-panopticon-ed867ee9f325c2a99415f49df0282277eddf085b.zip apt-panopticon-ed867ee9f325c2a99415f49df0282277eddf085b.tar.gz apt-panopticon-ed867ee9f325c2a99415f49df0282277eddf085b.tar.bz2 apt-panopticon-ed867ee9f325c2a99415f49df0282277eddf085b.tar.xz |
Oops, fix up the extra greyness.
-rwxr-xr-x | apt-panopticon-report-email-web.lua | 2 |
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 .. " </td><td>" .. http .. " </td><td>" .. https .. " </td><td>" .. rsync .. " </td><td>" .. dns .. | 497 | web:write("<td>" .. ftp .. " </td><td>" .. http .. " </td><td>" .. https .. " </td><td>" .. rsync .. " </td><td>" .. dns .. |
498 | " </td><td>" .. protocol .. " </td><td>" .. sanity .. | 498 | " </td><td>" .. protocol .. " </td><td>" .. sanity .. |
499 | " </td><td>" .. integrity .. " </td><td>" .. updated .. " </td>" .. spd .. "</tr>\n") | 499 | " </td><td>" .. integrity .. " </td><td>" .. updated .. " </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 |