diff options
author | Alex Tatiyants <atatiyan@gmail.com> | 2016-01-06 20:48:53 -0800 |
---|---|---|
committer | Alex Tatiyants <atatiyan@gmail.com> | 2016-01-06 20:48:53 -0800 |
commit | f5b9496b6d2a5c3863214bde480247f2db7d5900 (patch) | |
tree | 9705407660443ebe50e9082d64f42859d391ea0b /app/components/plan-view | |
parent | f1e99eaf19f8af7c7cbad8a3aec14ca03c0451ad (diff) |
add compact view
Diffstat (limited to 'app/components/plan-view')
-rw-r--r-- | app/components/plan-view/plan-view.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/components/plan-view/plan-view.html b/app/components/plan-view/plan-view.html index 268bdac..c05a30e 100644 --- a/app/components/plan-view/plan-view.html +++ b/app/components/plan-view/plan-view.html @@ -11,6 +11,11 @@ </li> <li> + <input id="showCompactView" type="checkbox" [(ngModel)]="viewOptions.showCompactView"> + <label class="clickable" for="showCompactView"> show compact view</label> + </li> + + <li> <input id="showPlannerEstimate" type="checkbox" [(ngModel)]="viewOptions.showPlannerEstimate"> <label class="clickable" for="showPlannerEstimate"> show planner estimate</label> </li> |