Add search to 'ConfigContext' #2333
Labels
status: accepted
This issue has been accepted for implementation
type: feature
Introduction of new functionality to the application
Environment
Proposed Functionality
Once again, great work with
ConfigContext
, it works perfectly!Now, I'm wondering if it would be possible to add search functions to this
extras
Model?Use Case
I've currently created only 15 objects here for DHCP, DNS, and it is already starting to get unwieldy:
![image](https://user-images.githubusercontent.com/7783306/43850473-420765d6-9af5-11e8-9e4d-9ccfc2299b19.png)
With additional objects for syslog, snmp, tacacs, it is only going to get worse.
What I'm proposing is, at the very least, a search function similar to what was added in the
Regions
in #1366 (i.e./dcim/regions/?q=
).Alternatively, something more full-featured like the options on
Devices
so you can filter on thename
as well as on theassignments
such asregions
,sites
,roles
, etc.Database Changes
I don't think any, but I could be wrong.
External Dependencies
None.
The text was updated successfully, but these errors were encountered: