It's confusing to see the timestamp of started_at if the status says "completed" (#19551)

fixes https://github.com/elastic/kibana/issues/17912
This commit is contained in:
Stacey Gammon 2018-05-30 19:37:32 -04:00 committed by GitHub
parent ac9ed89d6f
commit 8d1629a7a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,10 +30,16 @@
</div>
<div
class="metadata"
ng-if="job.status !== 'pending'"
ng-if="job.status === 'processing'"
>
{{ job.started_at | date : 'yyyy-MM-dd @ h:mm a' }}
</div>
<div
class="metadata"
ng-if="job.status === 'completed' || job.status === 'failed'"
>
{{ job.completed_at | date : 'yyyy-MM-dd @ h:mm a' }}
</div>
</td>
<td class="actions">
<button