mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-14 01:41:22 -06:00
Updates PowerOutletIndex to display status field in results
This seemed inline with status fields on other model search indexes
This commit is contained in:
parent
1d5c67a0a8
commit
f2a09333d7
@ -224,7 +224,7 @@ class PowerOutletIndex(SearchIndex):
|
||||
('label', 200),
|
||||
('description', 500),
|
||||
)
|
||||
display_attrs = ('device', 'label', 'type', 'description')
|
||||
display_attrs = ('device', 'label', 'type', 'status', 'description')
|
||||
|
||||
|
||||
@register_search
|
||||
|
Loading…
Reference in New Issue
Block a user