We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cf36b9 commit 95071a6Copy full SHA for 95071a6
netbox_custom_objects/template_content.py
@@ -48,7 +48,7 @@ def left_page(self):
48
linked_custom_objects = []
49
for field in custom_object_type_fields:
50
model = field.custom_object_type.get_model()
51
- for model_object in model.objects.all():
+ for model_object in model.objects.all()[0:19]:
52
model_field = getattr(model_object, field.name)
53
if model_field:
54
if field.type == CustomFieldTypeChoices.TYPE_MULTIOBJECT:
0 commit comments