From f05b935882198ccf7d81675736e3aeb089c5113a Mon Sep 17 00:00:00 2001 From: Ben Murdoch Date: Thu, 5 May 2011 14:36:32 +0100 Subject: Merge WebKit at r74534: Initial merge by git. Change-Id: I6ccd1154fa1b19c2ec2a66878eb675738735f1eb --- .../QueueStatusServer/templates/queuestatus.html | 62 ---------------------- 1 file changed, 62 deletions(-) delete mode 100644 WebKitTools/QueueStatusServer/templates/queuestatus.html (limited to 'WebKitTools/QueueStatusServer/templates/queuestatus.html') diff --git a/WebKitTools/QueueStatusServer/templates/queuestatus.html b/WebKitTools/QueueStatusServer/templates/queuestatus.html deleted file mode 100644 index 1b98952..0000000 --- a/WebKitTools/QueueStatusServer/templates/queuestatus.html +++ /dev/null @@ -1,62 +0,0 @@ - - - -{{ display_queue_name }} Status - - - -

{{ display_queue_name }} Status

- -

Recent Status

- -
- -
- -

Patches in queue

- - - {% for row in work_item_rows %} - - - - - - {% endfor %} -
PositionPatchLock Acquired
#{{ forloop.counter }} - {{ row.attachment_id|force_escape|webkit_attachment_id|safe }} - - {% if row.lock_time %} - {{ row.lock_time|timesince }} ago - {% endif %} -
- - - -- cgit v1.1