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:31:37 +0100
commit4ddcd64367da744c328ecd1ceb8f6055bfeca8a5 (patch)
tree70b052bd5545608bc141f35f4c20debd35069999 /docs/_static/js/tables.js
parent221be1eb0623061ffb9c07751255532f54a8486b (diff)
downloadvyos-documentation-4ddcd64367da744c328ecd1ceb8f6055bfeca8a5.tar.gz
vyos-documentation-4ddcd64367da744c328ecd1ceb8f6055bfeca8a5.zip
improve coverage layout
(cherry picked from commit dfc9cebb8497220ba27a2d582ee63d4c7acedbcf)
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