Arthur Hanson
Arthur Hanson
also, do you have an easier repro scenario for the original cable error?
looks like there are a couple filters on interface that are missing, including virtual_chassis and kind.
This would really mess up the data model to support both. You can create a custom field on a contact with type object and related object type of User that...
@deathbeam can you please provide a screenshot or text of what you are expecting to see and what you are seeing?
This is a simple change to add table-striped to netbox/tables/tables.py in BaseTable Meta attrs: ``` class Meta: attrs = { 'class': 'table table-hover table-striped object-list', } ``` Here are screenshots...
@PaulLocksley what are you specifically referencing when you say "Object Selector View" is it the filter form for list views? Can you please specify what page you are looking to...
Closing as per above comments.
@fumped Thank you for opening a bug report. Unfortunately, the information you have provided is not sufficient for someone else to attempt to reproduce the reported behavior. Remember, each bug...
This is a bit more involved as rack and location are DynamicModelChoice fields which auto-clear based on query_params being linked to $site. face, however is a char field and we...
@peteeckel do you want to take this one?