diff options
author | onefang | 2019-12-10 19:12:03 +1000 |
---|---|---|
committer | onefang | 2019-12-10 19:12:03 +1000 |
commit | e8fdabb60456571be6a695a2f7d00b760dc669ec (patch) | |
tree | e4feb74476c088d51a3467422b710783fe0c1a9d | |
parent | Pad out the results tables when loading them. (diff) | |
download | apt-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.
-rwxr-xr-x | apt-panopticon-report-email-web.lua | 2 |
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>. " .. | 435 | "<p>The <a href='Report-email.txt'>email report</a>. " .. |
436 | "All <a href='../results'>the logs and other output</a>. " .. | 436 | "All <a href='../results'>the logs and other output</a>. " .. |
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>" .. |