mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-05 10:32:35 +01:00
Config grid was always hidden.
This commit is contained in:
parent
c702944d46
commit
3a992a8d0c
@ -41,7 +41,7 @@
|
||||
}
|
||||
|
||||
$(document).ready(function() {
|
||||
$('#historyGrid').removeClass('hidden-grid');
|
||||
$('#configGrid').removeClass('hidden-grid');
|
||||
|
||||
oTable = $('.dataTablesGrid').dataTable({
|
||||
"bShowAll": true,
|
||||
|
Loading…
Reference in New Issue
Block a user