aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apt-panopticon-report-web.lua
diff options
context:
space:
mode:
authoronefang2019-11-24 07:24:22 +1000
committeronefang2019-11-24 07:24:22 +1000
commite335184871ff53b29cd6500baeee236690553678 (patch)
treed8027207a3c5ff2d64346421b4852b28935a61aa /apt-panopticon-report-web.lua
parentMove the test names to the table header. (diff)
downloadapt-panopticon-e335184871ff53b29cd6500baeee236690553678.zip
apt-panopticon-e335184871ff53b29cd6500baeee236690553678.tar.gz
apt-panopticon-e335184871ff53b29cd6500baeee236690553678.tar.bz2
apt-panopticon-e335184871ff53b29cd6500baeee236690553678.tar.xz
Tidy up the column names.
Diffstat (limited to '')
-rwxr-xr-xapt-panopticon-report-web.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-panopticon-report-web.lua b/apt-panopticon-report-web.lua
index 42a08ee..ebc0e66 100755
--- a/apt-panopticon-report-web.lua
+++ b/apt-panopticon-report-web.lua
@@ -257,7 +257,7 @@ if nil == file then C("opening mirrors file - " .. e) else
257 "Refer to the logs below for details.</p>\n\n" .. 257 "Refer to the logs below for details.</p>\n\n" ..
258 "<p>Please see below the current status of the Devuan Package Mirror network:</p>\n" .. 258 "<p>Please see below the current status of the Devuan Package Mirror network:</p>\n" ..
259 "<h2>==== mirror status: ====</h2>\n<table>\n" .. 259 "<h2>==== mirror status: ====</h2>\n<table>\n" ..
260 "<tr><th></th><th>http</th><th>https</th><th>DNS-RR</th><th>Protocol</th><th>URL-Sanity</th><th>Integrity</th><th>Updated</th></tr>\n" 260 "<tr><th></th><th>HTTP</th><th>HTTPS</th><th>DNS round robin</th><th>Protocol</th><th>URL sanity</th><th>Integrity</th><th>Updated</th></tr>\n"
261 ) 261 )
262 for k, v in orderedPairs(mirrors) do 262 for k, v in orderedPairs(mirrors) do
263 local results = loadfile("results/" .. k .. ".lua")() 263 local results = loadfile("results/" .. k .. ".lua")()