Replace the deprecated property 'hasProjectAdminRole' with new one 'isSystemAdmin' for the harbor replication component
steven-zou opened this issue · 1 comments
steven-zou commented
Component interface description, pls refer to https://www.npmjs.com/package/harbor-ui.
New declaration:
<hbr-replication [projectId]="..." [projectName]="..." [withReplicationJob]='...' [isSystemAdmin]="..."></hbr-replication>
iilieva commented
Change applied.