diff options
author | rebortg <github@ghlr.de> | 2022-03-24 20:30:33 +0100 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2022-03-24 20:31:37 +0100 |
commit | 4ddcd64367da744c328ecd1ceb8f6055bfeca8a5 (patch) | |
tree | 70b052bd5545608bc141f35f4c20debd35069999 /docs/_static/js/tables.js | |
parent | 221be1eb0623061ffb9c07751255532f54a8486b (diff) | |
download | vyos-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.js | 4 |
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 |