File tree 2 files changed +10
-1
lines changed
QueueStatusServer/templates
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
10
2016-08-29 Aakash Jain <
[email protected] >
2
11
3
12
EWS should indicate which bot processed the patch
Original file line number Diff line number Diff line change 12
12
< h2 > {{ queue_name }}</ h2 >
13
13
< ul > {% for status in statuses %}
14
14
< li >
15
- < span class ="status-bot "> ( {{ status.bot_id }}): </ span >
15
+ < span class ="status-bot "> {{ status.bot_id }}  </ span >
16
16
< span class ="status-message "> {{ status.message|force_escape|urlize|webkit_linkify|safe }}</ span > {% if status.results_file %}
17
17
< span class ="status-results "> [{{ status.key.id|results_link|safe }}]</ span > {% endif %}
18
18
< span class ="status-date "> {{ status.date|timesince }} ago</ span >
You can’t perform that action at this time.
0 commit comments