summaryrefslogtreecommitdiffstats
path: root/data/templates/base.html
diff options
context:
space:
mode:
authorSebastian Reichel <sre@ring0.de>2018-07-18 00:56:23 +0200
committerSebastian Reichel <sre@ring0.de>2018-07-18 01:24:48 +0200
commit568c2be3c328a272f7a872c3fc67b61af3c4e797 (patch)
tree8a4dd6bcfd41cf92e2625b54b79618b97ee2d7fc /data/templates/base.html
parent59997697f56e73d2323f8ec4be0d2581055063f8 (diff)
downloadserial-barcode-scanner-568c2be3c328a272f7a872c3fc67b61af3c4e797.tar.bz2
web: use datatables instead of sortable
Diffstat (limited to 'data/templates/base.html')
-rw-r--r--data/templates/base.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/data/templates/base.html b/data/templates/base.html
index 230600d..dac73a0 100644
--- a/data/templates/base.html
+++ b/data/templates/base.html
@@ -5,15 +5,17 @@
<title>{{{TITLE}}}</title>
<link type="text/css" rel="stylesheet" href="/css/bootstrap.css" />
<link type="text/css" rel="stylesheet" href="/css/bootstrap-theme.css" />
+ <link type="text/css" rel="stylesheet" href="/css/dataTables.bootstrap.css" />
<link type="text/css" rel="stylesheet" href="/css/base.css" />
- <script type="text/javascript" src="/js/sorttable.js"></script>
<script type="text/javascript" src="/js/jquery.js"></script>
<script type="text/javascript" src="/js/jquery.mousewheel.js"></script>
<script type="text/javascript" src="/js/jquery.flot.js"></script>
<script type="text/javascript" src="/js/jquery.flot.selection.js"></script>
<script type="text/javascript" src="/js/jquery.flot.navigate.js"></script>
<script type="text/javascript" src="/js/jquery.flot.pie.js"></script>
+ <script type="text/javascript" src="/js/jquery.dataTables.js"></script>
<script type="text/javascript" src="/js/bootstrap.js"></script>
+ <script type="text/javascript" src="/js/dataTables.bootstrap.js"></script>
<script type="text/javascript" src="/js/code39.js"></script>
</head>
<body>