Update boards.html, sidebar-menu.html, and status.html

This commit is contained in:
2021-01-05 09:15:27 +01:00
parent 335d34a21a
commit 6f42dafcb9
3 changed files with 6 additions and 118 deletions

View File

@@ -56,14 +56,14 @@
<!-- /.content -->
</div>
<!-- /.content-wrapper -->
{% include "common/footer.html" %}
</div>
<!-- ./wrapper -->
{% include "common/common-js.html" %}
<!-- DataTables -->
<script src="../../bower_components/datatables.net/js/jquery.dataTables.min.js"></script>
<script src="../../bower_components/datatables.net-bs/js/dataTables.bootstrap.min.js"></script>
@@ -94,7 +94,7 @@
{ "data" : null, "defaultContent": "<div class='progress progress-xs'><div class='progress-bar progress-bar-danger' style='width: 55%'></div></div>"},
{ "data" : null, "defaultContent":btnhtml }
],
'paging' : true,
'paging' : false,
'lengthChange': true,
'searching' : true,
'ordering' : true,
@@ -128,4 +128,3 @@
</body>
</html>