aboutsummaryrefslogtreecommitdiff
path: root/app/components/plan-view/plan-view.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/components/plan-view/plan-view.html')
-rw-r--r--app/components/plan-view/plan-view.html5
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>