We have a lot of netboot product and infortunately, the list is too long for the "select netboot" screen, so we can't use all the netboot products we have


Here is the code in master.py (from /usr/local/bin/ in miniroot) :
productId = ui.getSelection(values, radio=True, width=-1, height=-1, title = _(u"Please select netboot-product to install") )
if not productId:
raise CanceledException(_(u'Canceled'))
productId = productId[0]
Is there a way to add a scroll ?
Thanks you very much for any tips !
Nicolas