diff --git a/templates/apps.html b/templates/apps.html index 0907078..273bbcd 100644 --- a/templates/apps.html +++ b/templates/apps.html @@ -8,9 +8,19 @@
App | +Current job | +Created time | +Started time | +End time | +Commit | -
---|---|---|---|---|---|
{{app.name}} ↪ | +|||||
{{app.name}} {{app.app_list}} ↪ | +{{app.job_name}} #{{app.job_id}} {{app.job_state}} | +{{timestampToDate(app.created_time)}} | +{{timestampToDate(app.started_time)}} | +{{timestampToDate(app.end_time)}} | +{{app.revision.slice(0, 7)}} |