Commit Graph

107 Commits

Author SHA1 Message Date
jeremystretch
2130407175 Closes #9099: Enable display of installed module serial & asset tag in module bays list 2022-04-12 09:00:19 -04:00
jeremystretch
69c8e95186 Fixes #8658: Fix display of assigned components under inventory item lists 2022-04-04 14:40:22 -04:00
jeremystretch
3f0b8a6adb Merge branch 'develop' into feature 2022-03-25 10:38:44 -04:00
Jeremy Stretch
5c473f472d 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
Alex Gittings
5166b48010 Closes #8926: Implement type and roll to device bay table 2022-03-25 09:25:55 +00:00
jeremystretch
fdc44c65ee Merge branch 'develop' into feature 2022-03-18 13:17:11 -04:00
jeremystretch
413fe68225 Rename ActionsColumn sequence to actions 2022-03-14 13:45:21 -04:00
Alex Gittings
3abcf47b62 fix pycodestyle issues 2022-03-09 17:55:45 +00:00
Alex Gittings
7b102f199b add columns for each model table that has contacts 2022-03-09 17:35:25 +00:00
jeremystretch
eb44aa2748 Closes #8667: Support position patterning when creating module bays & templates 2022-02-23 13:02:14 -05:00
jeremystretch
1426646ba4 Fixes #8655: Fix AttributeError when viewing cabled interfaces 2022-02-16 08:23:57 -05:00
jeremystretch
733fea2f9f Use ColoredLabelColumn for InventoryItem role 2022-02-11 12:08:16 -05:00
jeremystretch
510a5fbb69 Merge v3.1.7 2022-02-03 12:55:34 -05:00
jeremystretch
c4cae35355 Update table accessors to use dunders in path 2022-02-02 09:18:50 -05:00
jeremystretch
4b3f58e57d Split out NetBoxTable from BaseTable 2022-01-27 16:00:38 -05:00
jeremystretch
c8d9089cd3 Closes #8469: Move BaseTable, columns to netbox core app 2022-01-27 15:00:10 -05:00
Daniel Sheppard
e9a12d214d #7853 - Add columns to tables 2022-01-20 13:58:37 -06:00
jeremystretch
cd4b695f9d Merge v3.1.6 2022-01-17 11:12:54 -05:00
Jason Yates
f99c52c51e 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
Jeremy Stretch
4f8743ae88 Merge pull request #8303 from netbox-community/7679-table-actions
Closes #7679: Object table actions menus
2022-01-10 11:38:07 -05:00
jeremystretch
e27c832e4f Replace ButtonsColumn with ActionsColumn 2022-01-10 11:17:40 -05:00
jeremystretch
5f8f593eec Closes #7852: Enable assigning interfaces to VRFs 2022-01-07 14:57:43 -05:00
jeremystretch
45e4a3a5c0 Always include actions as a default column 2022-01-07 10:36:58 -05:00
jeremystretch
1db7c3cfef Initial work on #7679 2022-01-06 16:53:24 -05:00
jeremystretch
c873a30539 #7846: Show assigned component (if any) when creating inventory item 2021-12-28 14:15:06 -05:00
jeremystretch
0a6ec9a2e3 Initial work on #7846 2021-12-27 14:01:25 -05:00
jeremystretch
41afae5b0a #8037: Add role field to InventoryItem 2021-12-27 10:45:33 -05:00
jeremystretch
08fd357d27 #3087: Add InvetoryItemRole 2021-12-27 10:18:39 -05:00
jeremystretch
80fd3a48da Add position field for module bays 2021-12-20 09:51:55 -05:00
jeremystretch
49f6c411fb Add module, module_bay columns to device component tables 2021-12-17 20:15:49 -05:00
jeremystretch
58fa729de1 Add Module model 2021-12-17 16:12:03 -05:00
jeremystretch
5b4b067eea Add ModuleBay and ModuleBayTemplate models 2021-12-17 09:35:57 -05:00
jeremystretch
1b217fb02e Closes #7884: Add FHRP groups column to interface tables 2021-11-19 10:27:56 -05:00
jeremystretch
e27c1e319e Merge branch 'develop' into feature 2021-11-12 09:09:15 -05:00
Jeremy Stretch
9c4131910a 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
CironAkono
5ec3939383 Apply suggestions from code review
Co-authored-by: Jeremy Stretch <jstretch@ns1.com>
2021-11-11 16:36:13 +00:00
kkthxbye-code
a00441b6ef Fix sorting devicebay table by status 2021-11-11 14:05:39 +01:00
jeremystretch
54a7148f67 Merge branch 'develop' into feature 2021-11-03 10:29:02 -04:00
Rhys Barrie
785e0f0f34 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
jeremystretch
7cb44d60da Closes #7606: Model transmit power for interfaces 2021-10-28 09:31:45 -04:00
jeremystretch
914304c580 Initial work on #5883 2021-10-25 16:10:50 -04:00
Miguel Teixeira
935c47e82b Fix interfaces row colors on device interfaces table 2021-10-24 03:31:29 +01:00
Miguel Teixeira
03667aaf8d Fix interface icons on the device interfaces table 2021-10-24 03:24:54 +01:00
jeremystretch
2de9099bb6 Add bridge field to Interface, VMInterface models 2021-10-21 16:30:18 -04:00
jeremystretch
325ca76a86 Merge branch 'feature' into 3979-wireless 2021-10-21 13:19:52 -04:00
jeremystretch
bfc52b15bb Add tags to organizational & nested group models 2021-10-21 10:51:02 -04:00
jeremystretch
e430c90804 Add WirelessLANs column to interfaces table 2021-10-18 10:05:43 -04:00
jeremystretch
b8e5ddf29c #3979: UI cleanup 2021-10-15 12:24:07 -04:00
jeremystretch
b0047e2c98 Store channel frequency & width as independent values 2021-10-15 11:39:53 -04:00
jeremystretch
239fb6950b Merge branch 'feature' into 3979-wireless 2021-10-14 16:32:24 -04:00