mirror of
https://github.com/simon987/task_tracker.git
synced 2025-04-10 05:56:42 +00:00
Add hidden project
This commit is contained in:
parent
3123abceb6
commit
4654476d0e
@ -2,3 +2,7 @@
|
||||
.mat-form-field {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.mat-checkbox {
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
@ -47,9 +47,12 @@
|
||||
<input matInput [(ngModel)]="project.submit_rate" name="submit_rate" type="number">
|
||||
</mat-form-field>
|
||||
|
||||
<mat-checkbox [(ngModel)]="project.public"
|
||||
<mat-checkbox [(ngModel)]="project.public" name="public"
|
||||
style="padding-top: 1em">
|
||||
{{"project.public" | translate}}</mat-checkbox>
|
||||
<mat-checkbox [(ngModel)]="project.hidden" name="hidden"
|
||||
style="padding-top: 1em">
|
||||
{{"project.hidden" | translate}}</mat-checkbox>
|
||||
</form>
|
||||
</mat-card-content>
|
||||
<mat-card-actions>
|
||||
|
Loading…
x
Reference in New Issue
Block a user