blasgl Posted January 29, 2021 Posted January 29, 2021 Hi, is there a way to control the view mode when opening the Web interface in Recordings tab? I´d like to have a direct path to view all recordings and not only the 30 newest. Thanks Quote
YARD2 Posted January 29, 2021 Posted January 29, 2021 You have to edit the html file to make a permanent change "rec_listnew.html" in the "DVBViewer\SCVweb" folder Function in Line 140 function resetGrid() { $('#count').html($('#table_a > tbody > tr').length); $('#table_a tr').removeClass('even'); $('#table_a tbody tr:nth-child(odd)').addClass('even'); } Line 179: From this doit('sel=last30'); to doit('sel=all'); 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.