From 5de8f702a1cba4f40b70cd7fa3975bb1eaa7cdcb Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Mon, 5 Nov 2018 02:02:44 +0100 Subject: [PATCH] [mod] remove unused fields --- templates/job.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates/job.html b/templates/job.html index 6ba98a2..caaf05b 100644 --- a/templates/job.html +++ b/templates/job.html @@ -15,8 +15,6 @@ - -
State{{job.state}}
Target revision{{job.target_revision}}
YunoHost version{{job.yunohost_version}}
Created time{{timestampToDate(job.created_time)}}
Started time{{timestampToDate(job.started_time)}}
End time{{timestampToDate(job.end_time)}}