mirror of
https://github.com/goharbor/harbor
synced 2025-04-25 13:35:29 +00:00
Merge pull request #13375 from AllForNothing/rep-filter
Fix filter bug for replication rule list
This commit is contained in:
commit
fc65f5bf69
@ -178,6 +178,7 @@ export class ReplicationComponent implements OnInit, OnDestroy {
|
||||
this.totalCount = parseInt(xHeader, 0);
|
||||
}
|
||||
}
|
||||
this.listReplicationRule.selectedRow = null; // Clear selection
|
||||
this.listReplicationRule.rules = response.body as ReplicationRule[];
|
||||
this.listReplicationRule.loading = false;
|
||||
}, error => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user