When you go to look at your notification rules, it defaults to only show 50 items.

Is there a way to make that show 100 items instead? config setting or maybe a css sheet?


Article Comments

Dear kube

In the web interface, you can add &count=100 to the URL in order to list 100 items instead. However if no count parameter is given, which is the default, 50 items are listed. This default value cannot be changed.


Mar, 2017 - Permalink

I tried to use this

.local/myaccount.htm?tabid=2&count=100

and no luck getting it to list 100


Mar, 2017 - Permalink

That is correct, as the count parameter works only with some URLs, usually standard tables. However you can use this:

/tablewithstyles.htm?content=notifications&tools=delete,edit,pause&columns=name,active,links,checkbox&sortby=name&sortable=true&filters=words!@titlefilter,tags&varexpand=tabletitle,filters&count=100

Please note that this method of direct control is not officially supported.


Mar, 2017 - Permalink