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