Skip to content
Snippets Groups Projects
Commit 087c3285 authored by Bastien Abadie's avatar Bastien Abadie Committed by Erwan Rouchet
Browse files

Use Duration instead of Runtime

parent cbfd39e1
No related branches found
No related tags found
1 merge request!1539Use Duration instead of Runtime
......@@ -33,10 +33,7 @@
</td>
<td>
<template v-if="runtime !== null">
<template v-if="process.finished">
Ran in
</template>
<template v-else>
<template v-if="!process.finished">
Running for
</template>
<abbr :title="secondsToTimedelta(runtime)">
......
......@@ -96,7 +96,7 @@
<th>State</th>
<th>Mode</th>
<th>Created</th>
<th>Runtime</th>
<th>Duration</th>
<th>Actions</th>
</tr>
</thead>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment