[mod] remove unused fields

This commit is contained in:
Laurent Peuch 2018-11-05 02:02:44 +01:00
parent b3dc56c7c4
commit 5de8f702a1

View file

@ -15,8 +15,6 @@
<table class="table is-bordered">
<tr><th>State</th><td>{{job.state}}</td></tr>
<tr><th>Target revision</th><td>{{job.target_revision}}</td></tr>
<tr><th>YunoHost version</th><td>{{job.yunohost_version}}</td></tr>
<tr><th>Created time</th><td>{{timestampToDate(job.created_time)}}</td></tr>
<tr><th>Started time</th><td>{{timestampToDate(job.started_time)}}</td></tr>
<tr><th>End time</th><td>{{timestampToDate(job.end_time)}}</td></tr>