mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Fixes #1605: Added clusters and virtual machines to object list for global search
This commit is contained in:
@ -30,6 +30,10 @@ OBJ_TYPE_CHOICES = (
|
|||||||
('Tenancy', (
|
('Tenancy', (
|
||||||
('tenant', 'Tenants'),
|
('tenant', 'Tenants'),
|
||||||
)),
|
)),
|
||||||
|
('Virtualization', (
|
||||||
|
('cluster', 'Clusters'),
|
||||||
|
('virtualmachine', 'Virtual machines'),
|
||||||
|
)),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user