Description
NetBox version
v4.2.6
Feature type
Change to existing functionality
Proposed functionality
Make ClusterView
inherit from GetRelatedModelsMixin
like other scoped models.
Use case
In the current implementtion ClusterView inherits only from generic.ObjectView
but it can be used as scope for VlanGroup
, and has relationships with VirtualMachines, and Devices.
Currently there're tabs for VirtualMachines and Devices, but none for VlanGroup
Database changes
None
External dependencies
None