Skip to content
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

Checkboxes on UI at "/ipam/vrfs/X" Not Linked to Any Action #1603

Closed
bdlamprecht opened this issue Oct 16, 2017 · 4 comments
Closed

Checkboxes on UI at "/ipam/vrfs/X" Not Linked to Any Action #1603

bdlamprecht opened this issue Oct 16, 2017 · 4 comments
Assignees
Labels
type: bug A confirmed report of unexpected behavior in the application

Comments

@bdlamprecht
Copy link
Contributor

Issue type

[X] Feature request
[X] Bug report

Environment

  • Python version: 2.7.12
  • NetBox version: 2.2.1

Description

When using the WebUI and looking at the URL /ipam/vrfs/[X]/, on the right of the page, this pane is shown:
image
The checkboxes to the left of each line aren't linked to any mass edit / delete option.

This is request is to either remove those checkboxes or, more preferably, enable a mass edit / delete option similar to what is available on at the URL ipam/ip-addresses/.

@jeremystretch jeremystretch added the type: bug A confirmed report of unexpected behavior in the application label Oct 16, 2017
@huzichunjohn
Copy link
Contributor

I think the reason of this bug is that in some views we set the visible attribute of the prefix table's pk column with True, like below:
screenshot_20171018154051

@bdlamprecht
Copy link
Contributor Author

Similar unused check boxes can be seen at the URL dcim/device-types/X/interfaces/delete/:

image

Would this be due to the same bug previously identified?

@RyanBreaker
Copy link
Contributor

I found a fix for this by accident while browsing the source, hope this helps!

@huzichunjohn
Copy link
Contributor

huzichunjohn commented Oct 25, 2017

@lock lock bot locked as resolved and limited conversation to collaborators Jan 18, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: bug A confirmed report of unexpected behavior in the application
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants