mirror of
https://github.com/goharbor/harbor
synced 2025-04-14 12:54:38 +00:00
Remove state restrictions for gc log button (#16585)
Signed-off-by: AllForNothing <sshijun@vmware.com>
This commit is contained in:
parent
29eaaf1b53
commit
a0fcb91492
|
@ -18,7 +18,7 @@
|
|||
<clr-dg-cell>{{job.creation_time | harborDatetime:'medium'}}</clr-dg-cell>
|
||||
<clr-dg-cell>{{job.update_time | harborDatetime:'medium'}}</clr-dg-cell>
|
||||
<clr-dg-cell>
|
||||
<a rel='noopener noreferrer' *ngIf="job.job_status.toLowerCase() === 'success' || job.job_status.toLowerCase() === 'error'" target="_blank"
|
||||
<a rel='noopener noreferrer' target="_blank"
|
||||
[href]="getLogLink(job.id)">
|
||||
<clr-icon shape="list"></clr-icon>
|
||||
</a>
|
||||
|
|
Loading…
Reference in New Issue
Block a user