From b21ea724ac619f218d6e18ee2439492609d5755b Mon Sep 17 00:00:00 2001 From: maxbr Date: Thu, 27 Jul 2017 12:51:47 +0200 Subject: Fix Booking API This fixes a server error for the booking REST api and some html errors. Change-Id: I86475967bbc8cd4c8f82f62e03789f1c9752d446 Signed-off-by: maxbr --- tools/pharos-dashboard/src/templates/dashboard/table.html | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'tools/pharos-dashboard/src/templates/dashboard/table.html') diff --git a/tools/pharos-dashboard/src/templates/dashboard/table.html b/tools/pharos-dashboard/src/templates/dashboard/table.html index addd5c12..d59f0e34 100644 --- a/tools/pharos-dashboard/src/templates/dashboard/table.html +++ b/tools/pharos-dashboard/src/templates/dashboard/table.html @@ -13,8 +13,6 @@ {% block content %}
-
-
@@ -25,9 +23,7 @@
-
-
@@ -36,9 +32,6 @@ {% block extrajs %} - - @@ -47,4 +40,4 @@ {% block tablejs %} {% endblock tablejs %} -{% endblock extrajs %} \ No newline at end of file +{% endblock extrajs %} -- cgit 1.2.3-korg