netbox/netbox/tenancy
Rhys Barrie cef0d168a5
Closes #6930: Add 'ID' column to object tables (#7673)
* netbox-community/netbox#6930: Add ID column to devices, device types, and components

* netbox-community/netbox#6930: Add ID column to sites, racks, and tenants

* netbox-community/netbox#6930: Add ID column to power, providers, TODO circuits

* netbox-community/netbox#6930: Add ID column to virtualization tables

* netbox-community/netbox#6930: Add ID column to IPAM tables

* netbox-community/netbox#6930: Add ID column to 'extras' tables

* netbox-community/netbox#6930: Move ID column to BaseTable class

* netbox-community/netbox#6930: Don't linkify ID in device component template tables

* netbox-community/netbox#6930: Don't show ID column in interface/console/power connections tables

* netbox-community/netbox#6930: Don't show ID column in device component template tables

* netbox-community/netbox#6930: Add ID column to ObjectJournal, DeviceImport, and Circuit tables

* Exclude ID column from selected tables

* netbox-community/netbox#6930:revert default columns on ObjectChangeTable, not configurable

* netbox-community/netbox#6930: Add object ID to tagged objects table in tag detail view

Co-authored-by: Jeremy Stretch <jstretch@ns1.com>
2021-11-02 16:21:34 -04:00
..
api Rename FilterSet modules 2021-04-29 16:48:24 -04:00
forms Refactor tenancy forms 2021-09-27 17:19:05 -04:00
graphql Rename base Graphene types to match base models 2021-08-03 14:37:39 -04:00
migrations Closes #6988: Order tenants alphabetically without regard to group assignment 2021-09-15 14:56:20 -04:00
tests Consolidate GraphQLTestCase into APIViewTestCase 2021-06-30 10:07:33 -04:00
__init__.py Initial multitenancy implementation 2016-07-26 14:58:37 -04:00
apps.py Removed Python 2 string compatibility 2018-08-14 11:58:42 -04:00
filtersets.py Move base FilterSet classes under netbox core 2021-04-29 16:53:48 -04:00
models.py Closes #6988: Order tenants alphabetically without regard to group assignment 2021-09-15 14:56:20 -04:00
tables.py Closes #6930: Add 'ID' column to object tables (#7673) 2021-11-02 16:21:34 -04:00
urls.py Closes #6097: Redirect old slug-based object views 2021-04-08 13:25:29 -04:00
views.py Use exclude() when instantiating tables to omit columns 2021-09-17 14:25:02 -04:00