Jump to content

Default view in Web Interface Recordings


blasgl

Recommended Posts

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

Link to comment

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');


 

  • Like 1
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...