Update all css and js references

This commit is contained in:
JonnyWong16 2021-10-17 11:33:51 -07:00
commit f4e1b762e9
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
13 changed files with 14 additions and 14 deletions

View file

@ -28,7 +28,7 @@ DOCUMENTATION :: END
<%inherit file="base.html"/>
<%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/tautulli-dataTables.css">
</%def>