mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 19:06:18 +01:00 
			
		
		
		
	Grey out expired artifact on Artifacts list (#34314)
Grey out expired artifact on Artifacts list.   --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
		| @@ -24,6 +24,7 @@ export function initRepositoryActionView() { | ||||
|       pushedBy: el.getAttribute('data-locale-runs-pushed-by'), | ||||
|       artifactsTitle: el.getAttribute('data-locale-artifacts-title'), | ||||
|       areYouSure: el.getAttribute('data-locale-are-you-sure'), | ||||
|       artifactExpired: el.getAttribute('data-locale-artifact-expired'), | ||||
|       confirmDeleteArtifact: el.getAttribute('data-locale-confirm-delete-artifact'), | ||||
|       showTimeStamps: el.getAttribute('data-locale-show-timestamps'), | ||||
|       showLogSeconds: el.getAttribute('data-locale-show-log-seconds'), | ||||
|   | ||||
		Reference in New Issue
	
	Block a user