MT#55988 panel: add last_update on release build info

Change-Id: Ice161e260eb1c09b2c5eb01dc1f6d459e63fec0f
master
Victor Seva 2 years ago
parent 75e3ccc3a5
commit f5c5bf5ee3

@ -8,6 +8,7 @@
<th>tag</th> <th>tag</th>
<th>branch</th> <th>branch</th>
<th>started_at</th> <th>started_at</th>
<th>Last update at</th>
<th>Action</th> <th>Action</th>
</tr> </tr>
<tr class="active"> <tr class="active">
@ -15,6 +16,7 @@
<td>{{ build_release.tag }}</td> <td>{{ build_release.tag }}</td>
<td>{{ build_release.branch }}</td> <td>{{ build_release.branch }}</td>
<td>{{ build_release.start_date }}</td> <td>{{ build_release.start_date }}</td>
<td>{{ build_release.last_update }}</td>
<td id="action_list"> <td id="action_list">
{% if perms.build.can_trigger %} {% if perms.build.can_trigger %}
<button type="button" id="resume" <button type="button" id="resume"

Loading…
Cancel
Save