mirror of https://github.com/CIRCL/AIL-framework
fix: [UI ail sync] fix nav
parent
c0744ec19b
commit
db7306ce03
|
@ -87,7 +87,7 @@
|
||||||
<script>
|
<script>
|
||||||
$(document).ready(function(){
|
$(document).ready(function(){
|
||||||
$('#nav_sync').removeClass("text-muted");
|
$('#nav_sync').removeClass("text-muted");
|
||||||
$("#nav_ail_servers").addClass("nav_ail_sync");
|
$("#nav_ail_sync").addClass("active");
|
||||||
|
|
||||||
$('#table_servers').DataTable({
|
$('#table_servers').DataTable({
|
||||||
"aLengthMenu": [[5, 10, 15, -1], [5, 10, 15, "All"]],
|
"aLengthMenu": [[5, 10, 15, -1], [5, 10, 15, "All"]],
|
||||||
|
|
Loading…
Reference in New Issue