Skip to content

Commit 1fcf16c

Browse files
committed
Show time started on hover
1 parent 0636971 commit 1fcf16c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/queue.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ <h1>
130130
</div>
131131

132132
<div class="table-wrapper">
133-
<table id="table">
133+
<table id="table" class="stripe">
134134
<thead>
135135
<tr>
136136
<th class="select-checkbox"></th>
@@ -145,7 +145,6 @@ <h1>
145145
<th>Rollup</th>
146146
</tr>
147147
</thead>
148-
<table id="table" class="stripe">
149148

150149
<tbody>
151150
{% for pr in prs %}
@@ -157,6 +156,7 @@ <h1>
157156
{% let pending_build = crate::templates::get_pending_build(pr) %}
158157
<td class="status" data-status="{{ crate::templates::status_text(pr) }}"
159158
{% if let Some(build) = pending_build %}
159+
title="{{ build.created_at.format("%d.%m.%Y %H:%M:%S") }} UTC"
160160
data-created-at="{{ build.created_at.timestamp_millis() }}"
161161
{% endif %}>
162162

0 commit comments

Comments
 (0)