From cd20c9d2589016bfe1875a545a8034620c7a860e Mon Sep 17 00:00:00 2001
From: Piotr Gawron <piotr.gawron@uni.lu>
Date: Mon, 13 Mar 2017 17:13:01 +0100
Subject: [PATCH] default sort is done by date

---
 smash/web/templates/appointments/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/smash/web/templates/appointments/index.html b/smash/web/templates/appointments/index.html
index 3e35a34f..32897aea 100644
--- a/smash/web/templates/appointments/index.html
+++ b/smash/web/templates/appointments/index.html
@@ -134,7 +134,7 @@
 			  "lengthChange": false,
 			  "searching": true,
 			  "ordering": true,
-        "order": [[ 2, "asc"]],
+        "order": [[ 3, "asc"]],
 			  "info": true,
 			  "autoWidth": false
 			});
-- 
GitLab