fix: [UI ail sync] fix nav

This commit is contained in:
Terrtia 2021-11-26 16:33:50 +01:00
parent c0744ec19b
commit db7306ce03
No known key found for this signature in database
GPG key ID: 1E1B1F50D84613D0

View file

@ -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"]],