浏览代码

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) {