Francois Gouget : testbot/web: Left-align the text in the legend box.

Alexandre Julliard julliard at winehq.org
Tue Apr 13 15:59:04 CDT 2021


Module: tools
Branch: master
Commit: 352d3d2a09f06eb9b8d2a9c024de12485d411944
URL:    https://source.winehq.org/git/tools.git/?a=commit;h=352d3d2a09f06eb9b8d2a9c024de12485d411944

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Tue Apr 13 12:23:07 2021 +0200

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

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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 bf7f9ba..803fc59 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 27ffd2f..19983c6 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";




More information about the wine-cvs mailing list