Changes to info pages

* Style changes
* Added missing metadata
* Don't show metadata field if data is unavailable
This commit is contained in:
JonnyWong16 2015-08-19 01:13:55 -07:00
parent 317a9f0b8e
commit 5a1516286c
3 changed files with 110 additions and 45 deletions

View file

@ -343,7 +343,7 @@ from plexpy import helpers
sync_table = $('#sync_table').DataTable(sync_table_options);
history_table.column(1).visible(false);
var colvis_sync = new $.fn.dataTable.ColVis( sync_table, { buttonText: '<i class="fa fa-columns"> Select columns</i>', buttonClass: 'btn btn-dark' } );
var colvis_sync = new $.fn.dataTable.ColVis( sync_table, { buttonText: '<i class="fa fa-columns"></i> Select columns', buttonClass: 'btn btn-dark' } );
$( colvis_sync.button() ).appendTo('#button-bar-sync');
});