mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 04:49:36 -07:00
Update all css and js references
This commit is contained in:
parent
73a4bb7640
commit
f4e1b762e9
13 changed files with 14 additions and 14 deletions
|
@ -301,7 +301,7 @@ ${next.modalIncludes()}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="${http_root}js/jquery-3.5.1.min.js"></script>
|
<script src="${http_root}js/jquery-3.6.0.min.js"></script>
|
||||||
<script src="${http_root}js/bootstrap.min.js"></script>
|
<script src="${http_root}js/bootstrap.min.js"></script>
|
||||||
<script src="${http_root}js/bootstrap-hover-dropdown.min.js"></script>
|
<script src="${http_root}js/bootstrap-hover-dropdown.min.js"></script>
|
||||||
<script src="${http_root}js/moment-with-locales.min.js"></script>
|
<script src="${http_root}js/moment-with-locales.min.js"></script>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<%inherit file="base.html"/>
|
<%inherit file="base.html"/>
|
||||||
|
|
||||||
<%def name="headIncludes()">
|
<%def name="headIncludes()">
|
||||||
<link rel="stylesheet" href="${http_root}css/dataTables.bootstrap.css">
|
<link rel="stylesheet" href="${http_root}css/datatables.bootstrap.min.css">
|
||||||
<link rel="stylesheet" href="${http_root}css/tautulli-dataTables.css">
|
<link rel="stylesheet" href="${http_root}css/tautulli-dataTables.css">
|
||||||
</%def>
|
</%def>
|
||||||
|
|
||||||
|
@ -225,7 +225,7 @@
|
||||||
</%def>
|
</%def>
|
||||||
|
|
||||||
<%def name="javascriptIncludes()">
|
<%def name="javascriptIncludes()">
|
||||||
<script src="${http_root}js/highcharts/js/highcharts.js"></script>
|
<script src="${http_root}js/highcharts.min.js"></script>
|
||||||
<script src="${http_root}js/jquery.dataTables.min.js"></script>
|
<script src="${http_root}js/jquery.dataTables.min.js"></script>
|
||||||
<script src="${http_root}js/dataTables.bootstrap.min.js"></script>
|
<script src="${http_root}js/dataTables.bootstrap.min.js"></script>
|
||||||
<script src="${http_root}js/dataTables.bootstrap.pagination.js"></script>
|
<script src="${http_root}js/dataTables.bootstrap.pagination.js"></script>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<%inherit file="base.html"/>
|
<%inherit file="base.html"/>
|
||||||
|
|
||||||
<%def name="headIncludes()">
|
<%def name="headIncludes()">
|
||||||
<link rel="stylesheet" href="${http_root}css/dataTables.bootstrap.css">
|
<link rel="stylesheet" href="${http_root}css/datatables.bootstrap.min.css">
|
||||||
<link rel="stylesheet" href="${http_root}css/dataTables.colVis.css">
|
<link rel="stylesheet" href="${http_root}css/dataTables.colVis.css">
|
||||||
<link rel="stylesheet" href="${http_root}css/tautulli-dataTables.css">
|
<link rel="stylesheet" href="${http_root}css/tautulli-dataTables.css">
|
||||||
</%def>
|
</%def>
|
||||||
|
|
|
@ -71,7 +71,7 @@ DOCUMENTATION :: END
|
||||||
<%inherit file="base.html"/>
|
<%inherit file="base.html"/>
|
||||||
|
|
||||||
<%def name="headIncludes()">
|
<%def name="headIncludes()">
|
||||||
<link rel="stylesheet" href="${http_root}css/dataTables.bootstrap.css">
|
<link rel="stylesheet" href="${http_root}css/datatables.bootstrap.min.css">
|
||||||
<link rel="stylesheet" href="${http_root}css/dataTables.colVis.css">
|
<link rel="stylesheet" href="${http_root}css/dataTables.colVis.css">
|
||||||
<link rel="stylesheet" href="${http_root}css/tautulli-dataTables.css">
|
<link rel="stylesheet" href="${http_root}css/tautulli-dataTables.css">
|
||||||
</%def>
|
</%def>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<%inherit file="base.html"/>
|
<%inherit file="base.html"/>
|
||||||
|
|
||||||
<%def name="headIncludes()">
|
<%def name="headIncludes()">
|
||||||
<link rel="stylesheet" href="${http_root}css/dataTables.bootstrap.css">
|
<link rel="stylesheet" href="${http_root}css/datatables.bootstrap.min.css">
|
||||||
<link rel="stylesheet" href="${http_root}css/dataTables.colVis.css">
|
<link rel="stylesheet" href="${http_root}css/dataTables.colVis.css">
|
||||||
<link rel="stylesheet" href="${http_root}css/tautulli-dataTables.css">
|
<link rel="stylesheet" href="${http_root}css/tautulli-dataTables.css">
|
||||||
</%def>
|
</%def>
|
||||||
|
|
|
@ -28,7 +28,7 @@ DOCUMENTATION :: END
|
||||||
<%inherit file="base.html"/>
|
<%inherit file="base.html"/>
|
||||||
|
|
||||||
<%def name="headIncludes()">
|
<%def name="headIncludes()">
|
||||||
<link rel="stylesheet" href="${http_root}css/dataTables.bootstrap.css">
|
<link rel="stylesheet" href="${http_root}css/datatables.bootstrap.min.css">
|
||||||
<link rel="stylesheet" href="${http_root}css/dataTables.colVis.css">
|
<link rel="stylesheet" href="${http_root}css/dataTables.colVis.css">
|
||||||
<link rel="stylesheet" href="${http_root}css/tautulli-dataTables.css">
|
<link rel="stylesheet" href="${http_root}css/tautulli-dataTables.css">
|
||||||
</%def>
|
</%def>
|
||||||
|
|
|
@ -109,7 +109,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="${http_root}js/jquery-3.5.1.min.js"></script>
|
<script src="${http_root}js/jquery-3.6.0.min.js"></script>
|
||||||
<script src="${http_root}js/platform.min.js"></script>
|
<script src="${http_root}js/platform.min.js"></script>
|
||||||
<script src="${http_root}js/script.js${cache_param}"></script>
|
<script src="${http_root}js/script.js${cache_param}"></script>
|
||||||
<script>
|
<script>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
%>
|
%>
|
||||||
|
|
||||||
<%def name="headIncludes()">
|
<%def name="headIncludes()">
|
||||||
<link rel="stylesheet" href="${http_root}css/dataTables.bootstrap.css">
|
<link rel="stylesheet" href="${http_root}css/datatables.bootstrap.min.css">
|
||||||
<link rel="stylesheet" href="${http_root}css/tautulli-dataTables.css">
|
<link rel="stylesheet" href="${http_root}css/tautulli-dataTables.css">
|
||||||
<style>
|
<style>
|
||||||
td {word-break: break-all;}
|
td {word-break: break-all;}
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="${http_root}js/jquery-3.5.1.min.js"></script>
|
<script src="${http_root}js/jquery-3.6.0.min.js"></script>
|
||||||
<script>
|
<script>
|
||||||
$(document).ready(function () {
|
$(document).ready(function () {
|
||||||
var frame = $('<iframe></iframe>', {
|
var frame = $('<iframe></iframe>', {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<%inherit file="base.html"/>
|
<%inherit file="base.html"/>
|
||||||
|
|
||||||
<%def name="headIncludes()">
|
<%def name="headIncludes()">
|
||||||
<link rel="stylesheet" href="${http_root}css/dataTables.bootstrap.css">
|
<link rel="stylesheet" href="${http_root}css/datatables.bootstrap.min.css">
|
||||||
<link rel="stylesheet" href="${http_root}css/tautulli-dataTables.css">
|
<link rel="stylesheet" href="${http_root}css/tautulli-dataTables.css">
|
||||||
<link rel="stylesheet" href="${http_root}css/dataTables.colVis.css">
|
<link rel="stylesheet" href="${http_root}css/dataTables.colVis.css">
|
||||||
<style>
|
<style>
|
||||||
|
|
|
@ -30,7 +30,7 @@ DOCUMENTATION :: END
|
||||||
%>
|
%>
|
||||||
|
|
||||||
<%def name="headIncludes()">
|
<%def name="headIncludes()">
|
||||||
<link rel="stylesheet" href="${http_root}css/dataTables.bootstrap.css">
|
<link rel="stylesheet" href="${http_root}css/datatables.bootstrap.min.css">
|
||||||
<link rel="stylesheet" href="${http_root}css/dataTables.colVis.css">
|
<link rel="stylesheet" href="${http_root}css/dataTables.colVis.css">
|
||||||
<link rel="stylesheet" href="${http_root}css/tautulli-dataTables.css">
|
<link rel="stylesheet" href="${http_root}css/tautulli-dataTables.css">
|
||||||
</%def>
|
</%def>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<%inherit file="base.html"/>
|
<%inherit file="base.html"/>
|
||||||
|
|
||||||
<%def name="headIncludes()">
|
<%def name="headIncludes()">
|
||||||
<link rel="stylesheet" href="${http_root}css/dataTables.bootstrap.css">
|
<link rel="stylesheet" href="${http_root}css/datatables.bootstrap.min.css">
|
||||||
<link rel="stylesheet" href="${http_root}css/dataTables.colVis.css">
|
<link rel="stylesheet" href="${http_root}css/dataTables.colVis.css">
|
||||||
<link rel="stylesheet" href="${http_root}css/tautulli-dataTables.css">
|
<link rel="stylesheet" href="${http_root}css/tautulli-dataTables.css">
|
||||||
</%def>
|
</%def>
|
||||||
|
|
|
@ -263,7 +263,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="${http_root}js/jquery-3.5.1.min.js"></script>
|
<script src="${http_root}js/jquery-3.6.0.min.js"></script>
|
||||||
<script src="${http_root}js/bootstrap.min.js"></script>
|
<script src="${http_root}js/bootstrap.min.js"></script>
|
||||||
<script src="${http_root}js/selectize.min.js"></script>
|
<script src="${http_root}js/selectize.min.js"></script>
|
||||||
<script src="${http_root}js/platform.min.js"></script>
|
<script src="${http_root}js/platform.min.js"></script>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue