OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openproject/frontend/app/components/wp-table/timeline/controls/wp-timeline.dummy-controls....

10 lines
445 B

<div class="wp-timeline--dummy-controls" ng-if="$ctrl.wpTimeline.visible">
<label for="timeline-zoom-level" ng-bind="$ctrl.text.zoomLabel"></label>
<select type="number"
name="timeline-zoom-level"
ng-model="$ctrl.currentZoom"
ng-change="$ctrl.updateZoom()"
ng-options="key as label for (key, label) in $ctrl.localizedZoomLevels"
style="display: inline-block; width: 200px">
</select>
</div