Skip to content

Commit 9a80c07

Browse files
hjoliverMetRonnie
andauthored
Update src/components/cylc/table/Table.vue
Co-authored-by: Ronnie Dutta <[email protected]>
1 parent 33a8d4b commit 9a80c07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/cylc/table/Table.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ export default {
244244
sort: (a, b) => datetimeComparator(a ?? '', b ?? '')
245245
},
246246
{
247-
text: '<Run-Time>',
247+
text: 'Run Time',
248248
value: 'task.node.task.meanElapsedTime',
249249
sort: (a, b) => parseInt(a ?? 0) - parseInt(b ?? 0)
250250
}

0 commit comments

Comments
 (0)