aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apt-panopticon-report-email-web.lua
diff options
context:
space:
mode:
authoronefang2019-12-28 22:39:52 +1000
committeronefang2019-12-28 22:39:52 +1000
commit6e868b6382cabbacffb1d12dc91f7eb9a8362ce2 (patch)
treef14f68c1419053b787969fd210d903458ddde52a /apt-panopticon-report-email-web.lua
parentNagios is no longer a report type. (diff)
downloadapt-panopticon-6e868b6382cabbacffb1d12dc91f7eb9a8362ce2.zip
apt-panopticon-6e868b6382cabbacffb1d12dc91f7eb9a8362ce2.tar.gz
apt-panopticon-6e868b6382cabbacffb1d12dc91f7eb9a8362ce2.tar.bz2
apt-panopticon-6e868b6382cabbacffb1d12dc91f7eb9a8362ce2.tar.xz
Tweak the dumpTable() arguments a little.
Diffstat (limited to 'apt-panopticon-report-email-web.lua')
-rwxr-xr-xapt-panopticon-report-email-web.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/apt-panopticon-report-email-web.lua b/apt-panopticon-report-email-web.lua
index 86484be..67d4d13 100755
--- a/apt-panopticon-report-email-web.lua
+++ b/apt-panopticon-report-email-web.lua
@@ -517,7 +517,7 @@ if nil == web then C("opening mirrors file - " .. e) else
517 "pkgmaster.devuan.org is the master mirror, all the others sync to it.   " .. 517 "pkgmaster.devuan.org is the master mirror, all the others sync to it.   " ..
518 "</p>\n" 518 "</p>\n"
519 ) 519 )
520 web:write(APT.dumpTableHTML(m, "", "")) 520 web:write(APT.dumpTableHTML(m, ""))
521 web:write( "\n<br>\n<br>\n<h2>==== graphs: ====</h2>\n" .. 521 web:write( "\n<br>\n<br>\n<h2>==== graphs: ====</h2>\n" ..
522 "<img src='speed.png'>\n<br>\n<p><a href='../apt-panopticon_cgp/'>More graphs.</a> with greater detail.</p><hr>\n\n") 522 "<img src='speed.png'>\n<br>\n<p><a href='../apt-panopticon_cgp/'>More graphs.</a> with greater detail.</p><hr>\n\n")
523 523
@@ -636,7 +636,7 @@ if nil == web then C("opening mirrors file - " .. e) else
636 end 636 end
637 m[log .. " DNS entries -" .. redirs(APT.mirrors, k)] = n 637 m[log .. " DNS entries -" .. redirs(APT.mirrors, k)] = n
638 end 638 end
639 web:write(APT.dumpTableHTML(m, "", "")) 639 web:write(APT.dumpTableHTML(m, ""))
640 640
641 web:write( "<hr>\n<hr>\n<p>The <a href='Report-email.txt'>email report</a>. &nbsp; " .. 641 web:write( "<hr>\n<hr>\n<p>The <a href='Report-email.txt'>email report</a>. &nbsp; " ..
642 "All <a href='../results'>the logs and other output</a>. &nbsp; " .. 642 "All <a href='../results'>the logs and other output</a>. &nbsp; " ..