mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
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:
parent
4588507426
commit
d71e12ea6e
3 changed files with 8 additions and 9 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue