diff --git a/app/assets/javascripts/app/lib/bootstrap/bootstrap-timepicker.js b/app/assets/javascripts/app/lib/bootstrap/bootstrap-timepicker.js index 48fb283ea..e542cb214 100644 --- a/app/assets/javascripts/app/lib/bootstrap/bootstrap-timepicker.js +++ b/app/assets/javascripts/app/lib/bootstrap/bootstrap-timepicker.js @@ -14,6 +14,7 @@ * - activate meridian on class 'time--12' * - normalize output to 24-hour clock * - add hoursAndMinutes + * - disableMousewheel by default * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -1131,7 +1132,7 @@ $.fn.timepicker.defaults = { defaultTime: false, disableFocus: false, - disableMousewheel: false, + disableMousewheel: true, isOpen: false, minuteStep: 15, modalBackdrop: false, diff --git a/app/assets/javascripts/app/views/layout_ref/sla_modal.jst.eco b/app/assets/javascripts/app/views/layout_ref/sla_modal.jst.eco index a55b2d385..573f42233 100644 --- a/app/assets/javascripts/app/views/layout_ref/sla_modal.jst.eco +++ b/app/assets/javascripts/app/views/layout_ref/sla_modal.jst.eco @@ -58,7 +58,13 @@
Active | Type | Time in hours + | Advance Warning in hours |
Timeframe for the first response. - | + | + + | + |
---|---|---|---|---|
Timeframe for every following response. - | + | + + | + | |
Timeframe for solving the problem. - | + | + + | + |