Show count of related VLAN groups under cluster view #19038
Labels
complexity: low
Requires minimal effort to implement
status: accepted
This issue has been accepted for implementation
type: feature
Introduction of new functionality to the application
Milestone
NetBox version
v4.2.6
Feature type
Change to existing functionality
Proposed functionality
Make
ClusterView
inherit fromGetRelatedModelsMixin
like other scoped models.Use case
In the current implementtion ClusterView inherits only from
generic.ObjectView
but it can be used as scope forVlanGroup
, 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
The text was updated successfully, but these errors were encountered: