Skip to content

Commit 10c3c8f

Browse files
EWS patch status page should indicate bot corresponding to each status message
https://bugs.webkit.org/show_bug.cgi?id=161280 Reviewed by Alexey Proskuryakov. * QueueStatusServer/templates/patch.html: Formatting changes. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@205160 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent 0b29586 commit 10c3c8f

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Tools/ChangeLog

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2016-08-29 Aakash Jain <[email protected]>
2+
3+
EWS patch status page should indicate bot corresponding to each status message
4+
https://bugs.webkit.org/show_bug.cgi?id=161280
5+
6+
Reviewed by Alexey Proskuryakov.
7+
8+
* QueueStatusServer/templates/patch.html: Formatting changes.
9+
110
2016-08-29 Aakash Jain <[email protected]>
211

312
EWS should indicate which bot processed the patch

Tools/QueueStatusServer/templates/patch.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ <h1>
1212
<h2>{{ queue_name }}</h2>
1313
<ul>{% for status in statuses %}
1414
<li>
15-
<span class="status-bot">({{ status.bot_id }}): </span>
15+
<span class="status-bot">{{ status.bot_id }}&nbsp</span>
1616
<span class="status-message">{{ status.message|force_escape|urlize|webkit_linkify|safe }}</span>{% if status.results_file %}
1717
<span class="status-results">[{{ status.key.id|results_link|safe }}]</span>{% endif %}
1818
<span class="status-date">{{ status.date|timesince }} ago</span>

0 commit comments

Comments
 (0)