aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apt-panopticon-report-email-web.lua
diff options
context:
space:
mode:
authoronefang2019-12-10 19:12:03 +1000
committeronefang2019-12-10 19:12:03 +1000
commite8fdabb60456571be6a695a2f7d00b760dc669ec (patch)
treee4feb74476c088d51a3467422b710783fe0c1a9d /apt-panopticon-report-email-web.lua
parentPad out the results tables when loading them. (diff)
downloadapt-panopticon-e8fdabb60456571be6a695a2f7d00b760dc669ec.zip
apt-panopticon-e8fdabb60456571be6a695a2f7d00b760dc669ec.tar.gz
apt-panopticon-e8fdabb60456571be6a695a2f7d00b760dc669ec.tar.bz2
apt-panopticon-e8fdabb60456571be6a695a2f7d00b760dc669ec.tar.xz
Explain what "more graphs" is a little better.
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 80f9b13..b291e44 100755
--- a/apt-panopticon-report-email-web.lua
+++ b/apt-panopticon-report-email-web.lua
@@ -431,7 +431,7 @@ if nil == web then C("opening mirrors file - " .. e) else
431 ) 431 )
432 web:write(APT.dumpTableHTML(m, "", "")) 432 web:write(APT.dumpTableHTML(m, "", ""))
433 web:write( "\n<br>\n<br>\n<h2>==== Graphs: ====</h2>\n" .. 433 web:write( "\n<br>\n<br>\n<h2>==== Graphs: ====</h2>\n" ..
434 "<img src='speed.png'>\n<br>\n<p><a href='../apt-panopticon_cgp/'>More graphs.</a></p><hr>\n\n" .. 434 "<img src='speed.png'>\n<br>\n<p><a href='../apt-panopticon_cgp/'>More graphs.</a> with greater detail.</p><hr>\n\n" ..
435 "<p>The <a href='Report-email.txt'>email report</a>. &nbsp; " .. 435 "<p>The <a href='Report-email.txt'>email report</a>. &nbsp; " ..
436 "All <a href='../results'>the logs and other output</a>. &nbsp; " .. 436 "All <a href='../results'>the logs and other output</a>. &nbsp; " ..
437 "You can get the <a href='https://sledjhamr.org/cgit/apt-panopticon/about/'>source code here</a>.</p>" .. 437 "You can get the <a href='https://sledjhamr.org/cgit/apt-panopticon/about/'>source code here</a>.</p>" ..