Skip to content

Commit 8d9d092

Browse files
committed
GREY OUT EXPIRED ARTIFACT
1 parent 5741867 commit 8d9d092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/js/components/RepoActionView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ export default defineComponent({
504504
<SvgIcon name="octicon-trash" class="ui text black job-artifacts-icon"/>
505505
</a>
506506
</li>
507-
<li v-else>
507+
<li class="job-artifacts-item" v-else>
508508
<span style="color: var(--color-grey-light)">
509509
<SvgIcon name="octicon-file" class="ui text light-gray job-artifacts-icon"/>{{ artifact.name }}
510510
</span>

0 commit comments

Comments
 (0)