Skip to content

Commit

Permalink
include datatables.js in setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
schakrava committed Feb 25, 2016
1 parent f02f435 commit 9e4efaa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/rockstor/storageadmin/templates/storageadmin/setup.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@
<script src="/static/js/lib/moment.min.js"></script>
<script src="/static/js/lib/socket.io.min.js"></script>
<script src="/static/js/lib/handlebars-v4.0.5.js"></script>
<script src="/static/js/lib/jquery.dataTables.min.js"></script>
<script src="/static/js/lib/dataTables.bootstrap.min.js"></script>
<script src="/static/storageadmin/js/storageadmin.js"></script>
</head>
<body>
Expand Down

0 comments on commit 9e4efaa

Please sign in to comment.