Skip to content

Commit 714fcaf

Browse files
committed
Truncate tag in collector table
1 parent 6b2b794 commit 714fcaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/frontend/src/pages/status/collector.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ function formatProfile(job: BenchmarkJob): string {
182182
<template v-for="job in collector.jobs">
183183
<tr v-if="ACTIVE_FILTERS[job.status]">
184184
<td>
185-
<CommitSha :tag="job.requestTag"></CommitSha>
185+
<CommitSha :tag="job.requestTag" :truncate="true"></CommitSha>
186186
</td>
187187
<td>
188188
{{ formatJobStatus(job.status) }}

0 commit comments

Comments
 (0)