File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/ui_ng/src/app/project/list-project Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 5
5
< clr-dg-column > {{'PROJECT.REPO_COUNT'| translate}}</ clr-dg-column >
6
6
< clr-dg-column > {{'PROJECT.CREATION_TIME' | translate}}</ clr-dg-column >
7
7
< clr-dg-row *ngFor ="let p of projects " [clrDgItem] ="p ">
8
- < clr-dg-action-overflow [hidden] ="p.current_user_role_id !== 1 ">
8
+ < clr-dg-action-overflow [hidden] ="!( p.current_user_role_id === 1 || isSystemAdmin) ">
9
9
< button class ="action-item " (click) ="newReplicationRule(p) " [hidden] ="!isSystemAdmin "> {{'PROJECT.REPLICATION_RULE' | translate}}</ button >
10
10
< button class ="action-item " (click) ="toggleProject(p) "> {{'PROJECT.MAKE' | translate}} {{(p.public === 0 ? 'PROJECT.PUBLIC' : 'PROJECT.PRIVATE') | translate}} </ button >
11
11
< button class ="action-item " (click) ="deleteProject(p) "> {{'PROJECT.DELETE' | translate}}</ button >
You can’t perform that action at this time.
0 commit comments