-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
I recently upgraded Netbox from 4.2.x to 4.3.7 and with it the netbox-qrcode plugin from 0.17 to 0.18.
Unfortunately I have multiple issues with the new plugin version:
- Newlines (
\n) intext_templateare not working anymore fontis beeing ignored (or maybe not found anymore)- Cable terminations are empty (same as Cable QR not showing terminations #115)
Examples:
'netbox_qrcode': {
'font': 'Tahoma',
'font_size': 22, # If the value is 0 or the line does not exist, then the text is automatically adjusted
'label_height': '29mm',
'label_width': '90mm',
'label_qr_height': '24mm',
'label_qr_width': '24mm',
'label_qr_text_distance': '2mm',
# per object options
'device': {
'text_template': '{{ obj.asset_tag }}\n\n{{ obj.name }}\nS/N: {{ obj.serial }}',
},

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels