mirror of
https://github.com/simon987/task_tracker.git
synced 2025-12-16 00:09:03 +00:00
More work on perms page
This commit is contained in:
@@ -11,8 +11,7 @@
|
||||
{{"project_select.none" | translate}}
|
||||
</mat-option>
|
||||
<mat-option *ngFor="let p of projectList" [value]="p">
|
||||
<mat-icon *ngIf="p.public">public</mat-icon>
|
||||
<mat-icon *ngIf="!p.public">lock</mat-icon>
|
||||
<project-icon [project]="p"></project-icon>
|
||||
<span style="width: 3em; display: inline-block">{{p.id}}</span>
|
||||
{{p.name}}
|
||||
</mat-option>
|
||||
|
||||
Reference in New Issue
Block a user