diff options
author | onefang | 2019-11-24 04:54:39 +1000 |
---|---|---|
committer | onefang | 2019-11-24 04:54:39 +1000 |
commit | b4df100b3a4f516eb3c792207ef07da36e2d3499 (patch) | |
tree | 9787fa15809342d97d485f749af5d0a72f3a4d08 | |
parent | Mark missing DNS-RR IPs. (diff) | |
download | apt-panopticon-b4df100b3a4f516eb3c792207ef07da36e2d3499.zip apt-panopticon-b4df100b3a4f516eb3c792207ef07da36e2d3499.tar.gz apt-panopticon-b4df100b3a4f516eb3c792207ef07da36e2d3499.tar.bz2 apt-panopticon-b4df100b3a4f516eb3c792207ef07da36e2d3499.tar.xz |
Missing DNS-RR IPs is a warningish, so make it maroon.
Diffstat (limited to '')
-rwxr-xr-x | apt-panopticon-report-web.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apt-panopticon-report-web.lua b/apt-panopticon-report-web.lua index 5fd26fa..251aa89 100755 --- a/apt-panopticon-report-web.lua +++ b/apt-panopticon-report-web.lua | |||
@@ -264,7 +264,7 @@ if nil == file then C("opening mirrors file - " .. e) else | |||
264 | dns = dns .. logCount("deb.devuan.org", i) | 264 | dns = dns .. logCount("deb.devuan.org", i) |
265 | else | 265 | else |
266 | if "" == dns then dns = " " else dns = dns .. " " end | 266 | if "" == dns then dns = " " else dns = dns .. " " end |
267 | dns = dns .. "<font color='red'><b>" .. i .. "</b></font>" | 267 | dns = dns .. "<font color='maroon'><b>" .. i .. "</b></font>" |
268 | end | 268 | end |
269 | end | 269 | end |
270 | end | 270 | end |
@@ -276,7 +276,7 @@ if nil == file then C("opening mirrors file - " .. e) else | |||
276 | dns = dns .. log | 276 | dns = dns .. log |
277 | else | 277 | else |
278 | if "" == dns then dns = " " else dns = dns .. " " end | 278 | if "" == dns then dns = " " else dns = dns .. " " end |
279 | dns = dns .. "<font color='red'><b>" .. l .. "</b></font>" | 279 | dns = dns .. "<font color='maroon'><b>" .. l .. "</b></font>" |
280 | end | 280 | end |
281 | end | 281 | end |
282 | end | 282 | end |