Explorar el Código

Limit time axis to business hours

Vijayakrishnan hace 4 años
padre
commit
4f3ccb5504
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      resources/views/app/patient/appointment-calendar.blade.php

+ 2 - 0
resources/views/app/patient/appointment-calendar.blade.php

@@ -478,6 +478,8 @@
                                 selectable: true,
                                 navLinks: true,
                                 dayMaxEvents: false,
+                                slotMinTime: '06:00',
+                                slotMaxTime: '20:00',
                                 slotDuration: '00:15:00',
                                 events: function(info, successCallback, failureCallback) {
                                     if(!self.proIds || !self.proIds.length) {