소스 검색

Limit time axis to business hours

Vijayakrishnan 4 년 전
부모
커밋
4f3ccb5504
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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) {