diff options
Diffstat (limited to 'apt-panopticon-report-email-web.lua')
-rwxr-xr-x | apt-panopticon-report-email-web.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apt-panopticon-report-email-web.lua b/apt-panopticon-report-email-web.lua index 7d4b0fc..154aa99 100755 --- a/apt-panopticon-report-email-web.lua +++ b/apt-panopticon-report-email-web.lua | |||
@@ -429,8 +429,9 @@ if nil == web then C("opening mirrors file - " .. e) else | |||
429 | "pkgmaster.devuan.org is the master mirror, all the others sync to it. " .. | 429 | "pkgmaster.devuan.org is the master mirror, all the others sync to it. " .. |
430 | "</p>\n" | 430 | "</p>\n" |
431 | ) | 431 | ) |
432 | web:write( "\n<br>\n<hr>\n\n" .. | ||
433 | web:write(APT.dumpTableHTML(m, "", "")) | 432 | web:write(APT.dumpTableHTML(m, "", "")) |
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 | "<p>The <a href='Report-email.txt'>email report</a>. " .. | 435 | "<p>The <a href='Report-email.txt'>email report</a>. " .. |
435 | "All <a href='../results'>the logs and other output</a>. " .. | 436 | "All <a href='../results'>the logs and other output</a>. " .. |
436 | "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>" .. |