-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IPAddress Interface dropdown shows all interfaces, not only device ones #13293
Comments
Once PR #13296 is merged. we can piggyback to fix this one too, at least the first part of it. |
related: #12751 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. NetBox is governed by a small group of core maintainers which means not all opened issues may receive direct feedback. Do not attempt to circumvent this process by "bumping" the issue; doing so will result in its immediate closure and you may be barred from participating in any future discussions. Please see our contributing guide. |
Marking this as blocked by #12751 for now. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. NetBox is governed by a small group of core maintainers which means not all opened issues may receive direct feedback. Do not attempt to circumvent this process by "bumping" the issue; doing so will result in its immediate closure and you may be barred from participating in any future discussions. Please see our contributing guide. |
NetBox version
v3.5.6
Python version
3.8
Steps to Reproduce
This IP is now assigned to an interface of a device
Expected Behavior
The dropdown should only display the interfaces of the device it is assigned to.
If it needs to move to another device, then the 'filter' can be used.
That filter also is not aware of the device the IP/Interface belonged to
It should at least already show the 'Device' field with the device.
Observed Behavior
All interfaces of all devices are in the dropdown
The filter is not helping a lot, and needs a lot of clicking to get the proper filter setup (Click Filter, Check Device, Click devicefield, Type devicename, Click proper device, click to close the dropdown, click search)
The text was updated successfully, but these errors were encountered: