- Update dataTables.js usage

- Improve speed of retryfailed
This commit is contained in:
ssamson-tis
2015-06-30 10:06:27 +02:00
parent b2590b33f8
commit 81ae870bae
11 changed files with 14921 additions and 12588 deletions
+1
View File
@@ -4,6 +4,7 @@
$(document).ready(function() {
var oTable = $('#table-design').dataTable( {
"bProcessing": true,
"pagingType": "full",
"sAjaxDataProp": "",
"sAjaxSource": "/backups.json",
"iDisplayLength": 25,
+1 -1
View File
@@ -18,7 +18,7 @@ Released : 20090910
<title>Tisbackup GUI</title>
<!-- Styles -->
<link rel="stylesheet" type="text/css" href="/static/styles/datatables.css">
<link rel="stylesheet" type="text/css" href="/static/styles/jquery.dataTables.css">
<link rel="stylesheet" type="text/css" href="/static/styles/style.css">
<link rel="stylesheet" type="text/css" href="/static/styles/jquery.alerts.css">