59d3f5c4ea
Split out NetBoxTable from BaseTable
2022-01-27 16:00:38 -05:00
4a1b4e0485
Closes #8469 : Move BaseTable, columns to netbox core app
2022-01-27 15:00:10 -05:00
1a807416b8
#7853 - Add columns to tables
2022-01-20 13:58:37 -06:00
38963e7960
Fixes #8377 : Fix calculation of absolute cable lengths when specified in fractional units
2022-01-18 11:09:12 -05:00
3e3880823b
Merge v3.1.6
2022-01-17 11:12:54 -05:00
381796e708
Add created & last updated as available fields to all tables
...
Adds two fields to all relevant tables to allow the addition of Created & Last Updated columns.
All tables with a Configure Table option were updated.
Some sections reformatted to comply with E501 line length as a result of changes
2022-01-13 09:22:32 +00:00
17aa37ae21
Merge pull request #8303 from netbox-community/7679-table-actions
...
Closes #7679 : Object table actions menus
2022-01-10 11:38:07 -05:00
aed23d61fc
Replace ButtonsColumn with ActionsColumn
2022-01-10 11:17:40 -05:00
3e277de82d
Closes #7852 : Enable assigning interfaces to VRFs
2022-01-07 14:57:43 -05:00
6d48ce4a25
Always include actions as a default column
2022-01-07 10:36:58 -05:00
58f7eb319f
Initial work on #7679
2022-01-06 16:53:24 -05:00
0978777eec
Merge v3.1.4
2022-01-03 11:20:58 -05:00
5829985ca8
Remove power utilization as default column from racks table
2021-12-30 12:02:20 -05:00
791cc093f4
Enable the association of inventory item templates with component templates
2021-12-29 16:30:44 -05:00
4c15f4a84f
Initial work on #8118
2021-12-29 15:37:01 -05:00
21356b487a
#7846 : Show assigned component (if any) when creating inventory item
2021-12-28 14:15:06 -05:00
99d5013de3
Initial work on #7846
2021-12-27 14:01:25 -05:00
6e9afccfd7
#8037 : Add role field to InventoryItem
2021-12-27 10:45:33 -05:00
04fb5e544d
#3087 : Add InvetoryItemRole
2021-12-27 10:18:39 -05:00
5e32c69e0e
Merge branch 'develop' into feature
2021-12-21 11:28:16 -05:00
f2f10dff92
Fix RearPortTemplateTable buttons
2021-12-21 10:57:46 -05:00
57a78b3cad
Clean up device/devicetype tab views
2021-12-21 10:28:28 -05:00
eaa1165611
Add position field for module bays
2021-12-20 09:51:55 -05:00
7dc4e00b4d
Add module, module_bay columns to device component tables
2021-12-17 20:15:49 -05:00
7777922bef
Add Module model
2021-12-17 16:12:03 -05:00
7c60e3c0ff
Add Module model
2021-12-17 12:18:37 -05:00
e529d7fd3b
Add ModuleBay and ModuleBayTemplate models
2021-12-17 09:35:57 -05:00
d2d2978288
Closes #7748 : Remove legacy contact fields from site model
2021-12-09 16:23:39 -05:00
5f59f458f4
Fixes #7880 : Include assigned IP addresses in FHRP group object representation
2021-11-19 11:34:59 -05:00
cd128e557c
Closes #7884 : Add FHRP groups column to interface tables
2021-11-19 10:27:56 -05:00
cede27b5fe
Merge branch 'develop' into feature
2021-11-12 09:09:15 -05:00
6c28182dd3
Merge pull request #7767 from CironAkono/FR6925
...
Fixes : #6925 Interfaces Table - bring back the visual aids from v2.9
2021-11-11 12:29:01 -05:00
251abdb4dd
Apply suggestions from code review
...
Co-authored-by: Jeremy Stretch <jstretch@ns1.com>
2021-11-11 16:36:13 +00:00
53e52aeaa8
Fix sorting devicebay table by status
2021-11-11 14:05:39 +01:00
f93d6813a9
Merge branch 'develop' into feature
2021-11-09 16:52:36 -05:00
9dad7e4daf
Fixes #7701 : Fix conflation of assigned IP status & role in interface tables
2021-11-09 16:04:16 -05:00
9c2514fce4
feat: add outer_width to RackTable ( #7766 )
...
* feat: add outer_width to RackTable
* fix: add outer_units to column display
* feat: add outer_depth to available columns
2021-11-08 08:15:26 -05:00
83ac869693
Fix ASNs column in SiteTable
2021-11-04 16:29:43 -04:00
5fc373f5cc
Merge feature -> develop
2021-11-03 12:05:11 -05:00
2c2e37e9f0
Merge branch 'develop' into feature
2021-11-03 10:29:02 -04:00
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
033db83068
Merge branch 'feature' of https://github.com/netbox-community/netbox into 6732-asn-model
2021-10-28 11:55:20 -05:00
a173083e5b
Closes #7606 : Model transmit power for interfaces
2021-10-28 09:31:45 -04:00
82243732a1
Initial work on #5883
2021-10-25 16:10:50 -04:00
a01068949c
Initial work on #6732
2021-10-24 23:42:47 -05:00
b07e88869a
Fix interfaces row colors on device interfaces table
2021-10-24 03:31:29 +01:00
94bd27bcf5
Fix interface icons on the device interfaces table
2021-10-24 03:24:54 +01:00
e1e2c76ae1
Add bridge field to Interface, VMInterface models
2021-10-21 16:30:18 -04:00
1c6a84659c
#3979 cleanup
2021-10-21 14:20:47 -04:00
3a3ed8bf64
Merge branch 'feature' into 3979-wireless
2021-10-21 13:19:52 -04:00