mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-14 09:51:22 -06:00
16357 clone tenant and type for cable
This commit is contained in:
parent
4ca1494127
commit
013139aa20
@ -88,6 +88,8 @@ class Cable(PrimaryModel):
|
|||||||
null=True
|
null=True
|
||||||
)
|
)
|
||||||
|
|
||||||
|
clone_fields = ('tenant', 'type',)
|
||||||
|
|
||||||
class Meta:
|
class Meta:
|
||||||
ordering = ('pk',)
|
ordering = ('pk',)
|
||||||
verbose_name = _('cable')
|
verbose_name = _('cable')
|
||||||
|
Loading…
Reference in New Issue
Block a user