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 4ca1494 commit 013139aCopy full SHA for 013139a
netbox/dcim/models/cables.py
@@ -88,6 +88,8 @@ class Cable(PrimaryModel):
88
null=True
89
)
90
91
+ clone_fields = ('tenant', 'type',)
92
+
93
class Meta:
94
ordering = ('pk',)
95
verbose_name = _('cable')
0 commit comments