Load datatables javascript and css with the main graphs page to speed up history table calls.
Fix styling on recently added error.
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
% if data:
|
||||
<link rel="stylesheet" href="interfaces/default/css/dataTables.bootstrap.css">
|
||||
<link rel="stylesheet" href="interfaces/default/css/plexpy-dataTables.css">
|
||||
|
||||
<div class="modal-dialog modal-lg" role="document">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
@@ -31,11 +28,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script src="interfaces/default/js/jquery.dataTables.min.js"></script>
|
||||
<script src="interfaces/default/js/dataTables.bootstrap.min.js"></script>
|
||||
<script src="interfaces/default/js/dataTables.bootstrap.pagination.js"></script>
|
||||
<script src="interfaces/default/js/tables/history_table_modal.js"></script>
|
||||
|
||||
<script>
|
||||
$(document).ready(function() {
|
||||
history_table_modal_options.ajax = {
|
||||
|
Reference in New Issue
Block a user