We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b2b794 commit 714fcafCopy full SHA for 714fcaf
site/frontend/src/pages/status/collector.vue
@@ -182,7 +182,7 @@ function formatProfile(job: BenchmarkJob): string {
182
<template v-for="job in collector.jobs">
183
<tr v-if="ACTIVE_FILTERS[job.status]">
184
<td>
185
- <CommitSha :tag="job.requestTag"></CommitSha>
+ <CommitSha :tag="job.requestTag" :truncate="true"></CommitSha>
186
</td>
187
188
{{ formatJobStatus(job.status) }}
0 commit comments