Page 1 of 1

Possibility to show all uservariables in 1 single page

Posted: Saturday 28 November 2015 22:03
by sebitop
Hi everyone

few month ago I requested a trick to show all uervariables in a single page instead of having them 10 by 10 (and there is no option to show more)

The topic here was locked viewtopic.php?f=31&t=6065 considered as solved, but the proposed solution was not tested ! simply as it's not possible !

the proposed solution was to replace the following code in uservariables.html file

"iDisplayLength" : 10,
'bLengthChange': false,

but this code dosen't exist in the mentionned file !!

Is someone able to help on this question ?

thank you in advance for your help !

cheers

Re: Possibility to show all uservariables in 1 single page

Posted: Saturday 28 November 2015 22:10
by Egregius
look in www/app/UservariablesController.js

Or use a good text editor to look in all files and subfolders after iDisplayLength or bLenghtChange

Re: Possibility to show all uservariables in 1 single page

Posted: Saturday 28 November 2015 22:33
by sebitop
thanks egrenius

the code is located in this file you're true

so in fact just need to replace

"iDisplayLength" : 10,
'bLengthChange': false,

by

"iDisplayLength" : 100,
'bLengthChange': true,

thansk again for your help

cheers

Re: Possibility to show all uservariables in 1 single page

Posted: Sunday 29 November 2015 9:55
by gizmocuz
in a next update, i will add a dropdown on the top left of the table, where you can select to display 25, 50, 100 or all items

Re: Possibility to show all uservariables in 1 single page

Posted: Sunday 29 November 2015 10:00
by Egregius
Thanks :)

While you are at it, could you also do that for the Zwave Groups & network view? :mrgreen:

Re: Possibility to show all uservariables in 1 single page

Posted: Sunday 29 November 2015 20:24
by sebitop
Brilliant,

thanks gizmo