mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-26 12:15:20 +01:00
Merge pull request #11128 from wy65701436/perf-list-artifact
simplify query string when to list artifact
This commit is contained in:
commit
dbedcf960c
@ -381,10 +381,8 @@ export class ArtifactListTabComponent implements OnInit, OnDestroy {
|
||||
let listArtifactParams: NewArtifactService.ListArtifactsParams = {
|
||||
projectName: this.projectName,
|
||||
repositoryName: this.repoName,
|
||||
withImmutableStatus: true,
|
||||
withLabel: true,
|
||||
withScanOverview: true,
|
||||
withSignature: true,
|
||||
withTag: true
|
||||
};
|
||||
Object.assign(listArtifactParams, params);
|
||||
|
Loading…
Reference in New Issue
Block a user