vmware-archive/admiral

Replace the deprecated property 'hasProjectAdminRole' with new one 'isSystemAdmin' for the harbor replication component

steven-zou opened this issue · 1 comments

Component interface description, pls refer to https://www.npmjs.com/package/harbor-ui.
New declaration:

<hbr-replication [projectId]="..." [projectName]="..." [withReplicationJob]='...' [isSystemAdmin]="..."></hbr-replication>

Change applied.