Limiting the number of jobs displayed on small screens
In some browsers and panels where the size of the screen is limited, you may need to limit the number of print job rows that are displayed on the screen. In most cases, using a value of 2 (the default) is recommended.
Note: This only applies when using the basic mode for the web interface.
📘 Instructions
You can specify the number of rows using the num parameter.
Because PrinterOn supports multiple workflows to allow users to list their print jobs (by entering their user credentials or by entering a release code), you’ll need to add the parameter for each release workflow you intend to support:
When the user is providing user credentials to access their print jobs:
https://172.12.12.12:8181/basic/userLoginBasic.html?printerNumber=900123456789&num=4
When the user is entering a release code to their print jobs:
https://172.12.12.12:8181/basic/publicReleaseBasic.html?printerNumber=900123456789&num=4