summaryrefslogtreecommitdiffstats
path: root/pharos-dashboard/src/templates/dashboard/jenkins_slaves.html
diff options
context:
space:
mode:
authormaxbr <maxbr@mi.fu-berlin.de>2017-07-27 12:51:47 +0200
committermaxbr <maxbr@mi.fu-berlin.de>2017-07-27 12:56:48 +0200
commit8e1e43c7b7cdec5afe77829e9f0b1ffb4e80cdb2 (patch)
tree5ef34e39185280302d87d6dd27b887c233bab32b /pharos-dashboard/src/templates/dashboard/jenkins_slaves.html
parent43803375b8f30150026362fec4135f4eb8b75bd6 (diff)
Fix Booking API
This fixes a server error for the booking REST api and some html errors. Change-Id: I86475967bbc8cd4c8f82f62e03789f1c9752d446 Signed-off-by: maxbr <maxbr@mi.fu-berlin.de>
Diffstat (limited to 'pharos-dashboard/src/templates/dashboard/jenkins_slaves.html')
-rw-r--r--pharos-dashboard/src/templates/dashboard/jenkins_slaves.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/pharos-dashboard/src/templates/dashboard/jenkins_slaves.html b/pharos-dashboard/src/templates/dashboard/jenkins_slaves.html
index aa74507..fa361b1 100644
--- a/pharos-dashboard/src/templates/dashboard/jenkins_slaves.html
+++ b/pharos-dashboard/src/templates/dashboard/jenkins_slaves.html
@@ -35,6 +35,7 @@
<script type="text/javascript">
$(document).ready(function () {
$('#table').DataTable({
+ scrollX: true,
columnDefs: [
{type: 'status', targets: 1}
],
@@ -42,4 +43,4 @@
});
});
</script>
-{% endblock tablejs %} \ No newline at end of file
+{% endblock tablejs %}