mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
fixes https://github.com/elastic/kibana/issues/17912
This commit is contained in:
parent
40e24f0bbb
commit
e02599f0aa
1 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue