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

Closed
opened 2025-12-29 16:31:23 +01:00 by adam · 4 comments
Owner

Originally created by @bdlamprecht on GitHub (Oct 16, 2017).

Originally assigned to: @jeremystretch on GitHub.

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/.

Originally created by @bdlamprecht on GitHub (Oct 16, 2017). Originally assigned to: @jeremystretch on GitHub. ### Issue type [X] Feature request <!-- Requesting the implementation of a new feature --> [X] Bug report <!-- Reporting unexpected or erroneous behavior --> ### 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](https://user-images.githubusercontent.com/7783306/31629709-aaf19b24-b271-11e7-8585-3392f69e3dab.png) 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/`.
adam added the type: bug label 2025-12-29 16:31:23 +01:00
adam closed this issue 2025-12-29 16:31:24 +01:00
Author
Owner

@huzichunjohn commented on GitHub (Oct 18, 2017):

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

@huzichunjohn commented on GitHub (Oct 18, 2017): 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](https://user-images.githubusercontent.com/2769613/31706875-080b99a2-b41d-11e7-877e-0c8c543784da.png)
Author
Owner

@bdlamprecht commented on GitHub (Oct 23, 2017):

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?

@bdlamprecht commented on GitHub (Oct 23, 2017): Similar unused check boxes can be seen at the URL `dcim/device-types/X/interfaces/delete/`: ![image](https://user-images.githubusercontent.com/7783306/31907613-96cce682-b7f1-11e7-95da-7ee040564890.png) Would this be due to the same bug previously identified?
Author
Owner

@RyanBreaker commented on GitHub (Oct 25, 2017):

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

@RyanBreaker commented on GitHub (Oct 25, 2017): I found a fix for this by accident while browsing the source, hope this helps!
Author
Owner
@huzichunjohn commented on GitHub (Oct 25, 2017): https://stackoverflow.com/questions/45856480/django-tables2-column-name-is-changed-after-refreshing-page
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#1316