Skip to content

Grey out expired artifact on Artifacts list #34314

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
May 6, 2025
2 changes: 2 additions & 0 deletions web_src/js/components/RepoActionView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,8 @@ export default defineComponent({
<li class="job-artifacts-item" v-else>
<span class="ui text light grey">
<SvgIcon name="octicon-file" class="ui text light grey job-artifacts-icon"/>{{ artifact.name }}
<!-- LOCALES? -->
<span class="ui text label light grey tw-ml-1">Expired</span>
</span>
</li>
</template>
Expand Down