mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-10-26 08:41:46 +01:00
4 lines
106 B
JavaScript
4 lines
106 B
JavaScript
$(document).ready(function() {
|
|
$('#table-cfgcmd').DataTable();
|
|
$('#table-opcmd').DataTable();
|
|
} ); |