[tor-commits] [depictor/master] Better describe some bwauth graphs
tom at torproject.org
tom at torproject.org
Wed Dec 22 02:26:08 UTC 2021
commit 4683f495be493a5b9ce26d4ee76f757b336b8394
Author: Tom Ritter <tom at ritter.vg>
Date: Tue Dec 21 21:24:28 2021 -0500
Better describe some bwauth graphs
---
graphs.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/graphs.py b/graphs.py
index 482fd20..44cbf78 100755
--- a/graphs.py
+++ b/graphs.py
@@ -304,10 +304,10 @@ class GraphWriter(WebsiteWriter):
+ " <div id=\"" + str(divName) + "\" class=\"graphbox\">\n"
+ " <span class=\"graph-title\">Bandwidth Auth Statistics, Past " + timeframe + " Days</span>\n"
+ " <br />\n"
- + " <span class=\"bwauth_above\" style=\"margin-left:5px\"> </span> above\n"
+ + " <span class=\"bwauth_above\" style=\"margin-left:5px\"> </span> above consensus\n"
+ " <span class=\"bwauth_shared\" style=\"margin-left:5px\"> </span> shared\n"
+ " <span class=\"bwauth_exclusive\" style=\"margin-left:5px\"> </span> exclusive\n"
- + " <span class=\"bwauth_below\" style=\"margin-left:5px\"> </span> below\n"
+ + " <span class=\"bwauth_below\" style=\"margin-left:5px\"> </span> below consensus\n"
+ " <span class=\"bwauth_unmeasured\" style=\"margin-left:5px\"> </span> unmeasured\n"
+ " </div>\n"
+ " </td>\n"
More information about the tor-commits
mailing list