[tools] testbot/web: Left-align the text in the legend box.

Francois Gouget fgouget at codeweavers.com
Tue Apr 13 05:23:07 CDT 2021


Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
This is probably a bit more readable than centered text.
---
 testbot/web/Stats.pl           | 2 +-
 testbot/web/admin/VMDetails.pl | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/testbot/web/Stats.pl b/testbot/web/Stats.pl
index bf7f9baf3..803fc59f9 100644
--- a/testbot/web/Stats.pl
+++ b/testbot/web/Stats.pl
@@ -421,7 +421,7 @@ sub GenerateFooter($)
 
   print "<p></p><div class='CollectionBlock'><table>\n";
   print "<thead><tr><th class='Record'>Legend</th></tr></thead>\n";
-  print "<tbody><tr><td class='Record'>\n";
+  print "<tbody><tr><td>\n";
 
   print "<p>The <b>Job rate</b> and <b>Task rate</b> show the average hourly rate at which jobs / tasks are submitted to the TestBot. The <b>Revert rate</b> shows how many reverts have been done per hour to run those tasks. Note that the job and task rates provide a first approximation upper limit on the average time a job or task can take to complete.</p>\n";
   print "<p>The <b>Busy time</b> indicates how long the TestBot had at least one pending task and the <b>Busy %</b> shows how much of the wall clock time this represents. Note that the busy percentage and average <b>Job completion</b> times can be optimized by balancing the load on the different VM hosts.</p>\n";
diff --git a/testbot/web/admin/VMDetails.pl b/testbot/web/admin/VMDetails.pl
index 27ffd2f38..19983c643 100644
--- a/testbot/web/admin/VMDetails.pl
+++ b/testbot/web/admin/VMDetails.pl
@@ -72,7 +72,7 @@ sub GenerateFooter($)
   my ($self) = @_;
   print "<p></p><div class='CollectionBlock'><table>\n";
   print "<thead><tr><th class='Record'>Legend</th></tr></thead>\n";
-  print "<tbody><tr><td class='Record'>\n";
+  print "<tbody><tr><td>\n";
 
   print "<p>The <b>Missions</b> syntax is <i>mission1:mission2:...|mission3|...</i> where <i>mission1</i> and <i>mission2</i> will be run in the same task, and <i>mission3</i> in a separate task.<br>\n";
   print "Each mission is composed of a build and options separated by commas: <i>build,option1=value,option2,...</i>. The value can be omitted for boolean options and defaults to true.<br>\n";
-- 
2.20.1




More information about the wine-devel mailing list