summaryrefslogtreecommitdiff
path: root/docs/_templates
diff options
context:
space:
mode:
authorrebortg <github@ghlr.de>2022-03-24 20:30:33 +0100
committerrebortg <github@ghlr.de>2022-03-24 20:31:37 +0100
commit4ddcd64367da744c328ecd1ceb8f6055bfeca8a5 (patch)
tree70b052bd5545608bc141f35f4c20debd35069999 /docs/_templates
parent221be1eb0623061ffb9c07751255532f54a8486b (diff)
downloadvyos-documentation-4ddcd64367da744c328ecd1ceb8f6055bfeca8a5.tar.gz
vyos-documentation-4ddcd64367da744c328ecd1ceb8f6055bfeca8a5.zip
improve coverage layout
(cherry picked from commit dfc9cebb8497220ba27a2d582ee63d4c7acedbcf)
Diffstat (limited to 'docs/_templates')
-rw-r--r--docs/_templates/layout.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html
index 5501e663..29be7326 100644
--- a/docs/_templates/layout.html
+++ b/docs/_templates/layout.html
@@ -2,4 +2,7 @@
{%- set current_version = "1.3.x equuleus" %}
{% block extrahead %}
<link href="{{ pathto("_static/css/custom.css", True) }}" rel="stylesheet" type="text/css">
+ <link href="{{ pathto("_static/css/datatables.css", True) }}" rel="stylesheet" type="text/css">
+ <script type="text/javascript" charset="utf8" src="{{ pathto("_static/js/datatables.js", True) }}"></script>
+ <script type="text/javascript" charset="utf8" src="{{ pathto("_static/js/tables.js", True) }}"></script>
{% endblock %}