summaryrefslogtreecommitdiff
path: root/docs/_static/js/tables.js
diff options
context:
space:
mode:
authorrebortg <github@ghlr.de>2022-03-24 20:30:33 +0100
committerrebortg <github@ghlr.de>2022-03-24 20:30:33 +0100
commitdfc9cebb8497220ba27a2d582ee63d4c7acedbcf (patch)
tree97aad059454f32b5ca39fab4df354aadc64a10d5 /docs/_static/js/tables.js
parent28c6aa36fda5c5a8df012c43f57b9a09a0c746ba (diff)
downloadvyos-documentation-dfc9cebb8497220ba27a2d582ee63d4c7acedbcf.tar.gz
vyos-documentation-dfc9cebb8497220ba27a2d582ee63d4c7acedbcf.zip
improve coverage layout
Diffstat (limited to 'docs/_static/js/tables.js')
-rw-r--r--docs/_static/js/tables.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/_static/js/tables.js b/docs/_static/js/tables.js
new file mode 100644
index 00000000..6a0c4b30
--- /dev/null
+++ b/docs/_static/js/tables.js
@@ -0,0 +1,4 @@
+$(document).ready(function() {
+ $('#table-cfgcmd').DataTable();
+ $('#table-opcmd').DataTable();
+} ); \ No newline at end of file