Revision: a3b2d61ce2e2
Author: Jussi Malinen
Date: Mon Jun 6 09:10:41 2011
Log: start / nd and elapsed on their own rows
http://code.google.com/p/robotframework/source/detail?r=a3b2d61ce2e2
Modified:
/src/robot/webcontent/report.html
=======================================
--- /src/robot/webcontent/report.html Mon Jun 6 08:59:02 2011
+++ /src/robot/webcontent/report.html Mon Jun 6 09:10:41 2011
@@ -76,7 +76,7 @@
}
table.details th {
background: white;
- width: 11em;
+ width: 8em;
white-space: nowrap;
text-align: left;
vertical-align: top;
@@ -781,8 +781,12 @@
<td>{{tmpl($data) '#stats_message_partial_template'}}</td>
</tr>
<tr>
- <th>Start / End / Elapsed:</th>
- <td>${times.startTime} / ${times.endTime} /
${times.elapsedTime}</td>
+ <th>Start / End:</th>
+ <td>${times.startTime} / ${times.endTime}</td>
+ </tr>
+ <tr>
+ <th>Elapsed:</th>
+ <td>${times.elapsedTime}</td>
</tr>
</script>