4587b83d85
Closes #1099 : Add PoE mode & type for interfaces
2022-06-21 21:22:24 -04:00
39a9ebaeee
Fixes #9313 : Remove HTML code from CSV output of many-to-many relationships
2022-05-06 10:26:02 -04:00
d11031c694
Closes #9099 : Enable display of installed module serial & asset tag in module bays list
2022-04-12 09:00:19 -04:00
ea88b040ec
Fixes #8658 : Fix display of assigned components under inventory item lists
2022-04-04 14:40:22 -04:00
22908a12e9
Merge branch 'develop' into feature
2022-03-25 10:38:44 -04:00
421f5a03aa
Merge pull request #8963 from minitriga/issue_8926
...
Closes #8926 : Implement type and roll to device bay table
2022-03-25 09:12:45 -04:00
a433d5d59d
Closes #8926 : Implement type and roll to device bay table
2022-03-25 09:25:55 +00:00
8d53b46e82
Merge branch 'develop' into feature
2022-03-18 13:17:11 -04:00
6170138124
Rename ActionsColumn sequence to actions
2022-03-14 13:45:21 -04:00
342f1d31be
fix pycodestyle issues
2022-03-09 17:55:45 +00:00
27dab262de
add columns for each model table that has contacts
2022-03-09 17:35:25 +00:00
a2fe23549b
Closes #8667 : Support position patterning when creating module bays & templates
2022-02-23 13:02:14 -05:00
fdbdf26afc
Fixes #8655 : Fix AttributeError when viewing cabled interfaces
2022-02-16 08:23:57 -05:00
8e888b4435
Use ColoredLabelColumn for InventoryItem role
2022-02-11 12:08:16 -05:00
478eefb74c
Merge v3.1.7
2022-02-03 12:55:34 -05:00
2a8e0f9404
Update table accessors to use dunders in path
2022-02-02 09:18:50 -05:00
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
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
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
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
e529d7fd3b
Add ModuleBay and ModuleBayTemplate models
2021-12-17 09:35:57 -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
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
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
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
3a3ed8bf64
Merge branch 'feature' into 3979-wireless
2021-10-21 13:19:52 -04:00
cfb3897047
Add tags to organizational & nested group models
2021-10-21 10:51:02 -04:00
0c72c20d2a
Add WirelessLANs column to interfaces table
2021-10-18 10:05:43 -04:00
717fd760df
#3979 : UI cleanup
2021-10-15 12:24:07 -04:00