Jeremy Stretch
7a7f7c5dec
Merge pull request #9483 from kkthxbye-code/fix-9480
...
Fixes #9480 - Make the Service and ServiceTemplate tables sortable by ports
2022-06-07 08:46:13 -04:00
kkthxbye-code
bb2d21abdd
Make the Service and ServiceTemplate tables sortable by ports
2022-06-05 10:31:21 +02:00
jeremystretch
f1d0d8e57a
Fixes #9407 : Clean up display of prefixes values when exporting prefixes list
2022-05-31 12:23:22 -04:00
jeremystretch
39a9ebaeee
Fixes #9313 : Remove HTML code from CSV output of many-to-many relationships
2022-05-06 10:26:02 -04:00
jeremystretch
bddc35bbc7
Closes #8496 : Enable assigning multiple ASNs to a provider
2022-03-30 17:17:36 -04:00
jeremystretch
93527d892b
Fixes #8845 : Correct default ASN formatting in table
2022-03-14 13:49:54 -04:00
jeremystretch
6170138124
Rename ActionsColumn sequence to actions
2022-03-14 13:45:21 -04:00
jeremystretch
cd29293dd6
Merge v3.1.9
2022-03-07 10:55:30 -05:00
jeremystretch
3c78c100b5
Fixes #8808 : Fix members count under FHRP group list
2022-03-07 09:00:00 -05:00
jeremystretch
5c48d116eb
Closes #8664 : Show assigned ASNs/sites under list views
2022-03-04 13:20:17 -05:00
jeremystretch
478eefb74c
Merge v3.1.7
2022-02-03 12:55:34 -05:00
jeremystretch
2a8e0f9404
Update table accessors to use dunders in path
2022-02-02 09:18:50 -05:00
jeremystretch
4f4e6938eb
Closes #7504 : Include IP range data under IPAM role views
2022-02-01 16:47:29 -05:00
Johannes Erwerle
8df382d976
Fixes #8476 : Bring the ASN Web UI up to the standard set by other objects
2022-01-28 11:58:29 +01:00
jeremystretch
59d3f5c4ea
Split out NetBoxTable from BaseTable
2022-01-27 16:00:38 -05:00
jeremystretch
4a1b4e0485
Closes #8469 : Move BaseTable, columns to netbox core app
2022-01-27 15:00:10 -05:00
jeremystretch
21468fff25
Closes #8367 : Add ASNs to global search function
2022-01-18 15:36:21 -05:00
Daniel Sheppard
29d4859e02
Fixes #8375 - Change ASN display column from ASDOT to ASPLAIN. Add ASDOT display column.
2022-01-18 11:23:52 -06:00
jeremystretch
3e3880823b
Merge v3.1.6
2022-01-17 11:12:54 -05:00
Jeremy Stretch
3802a78c9d
Merge pull request #8341 from jasonyates/8337-created-updated
...
Add created & last updated as available fields to all tables
2022-01-13 15:23:12 -05:00
jeremystretch
0ca6d73614
#8293 : Tweak table column output & add changelog
2022-01-13 15:10:06 -05:00
Jason Yates
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
Jason Yates
62fc7717c8
Suggested changes
...
* Updating asdot computation to use an fstring
* Cleaning code. Custom property now returns either the ASN with ASDOT notation or just the ASN. asn_with_asdot can now be referenced in ASNTable & objet template.
2022-01-13 04:58:51 +00:00
jeremystretch
97e7ef9a3f
Introduce ServiceTemplate
2022-01-12 16:42:28 -05:00
Jason Yates
ea644868a6
Adding asdot notation to ASN views
...
Adds custom property to asn model to compute asdot notation if required.
Updates asn view to show asdot notation if one exists in the format xxxxx (yyy.yyy)
Adds a custom column renderer to asn table to display asdot notation if one exists
2022-01-12 14:06:22 +00:00
jeremystretch
dd0b16bff5
Fixes #8305 : Fix assignment of custom field data to FHRP groups via UI
2022-01-10 15:26:01 -05:00
jeremystretch
aed23d61fc
Replace ButtonsColumn with ActionsColumn
2022-01-10 11:17:40 -05:00
jeremystretch
8b07fbc554
Allow passing additional columns & specifying a sequence
2022-01-07 11:56:18 -05:00
jeremystretch
6d48ce4a25
Always include actions as a default column
2022-01-07 10:36:58 -05:00
jeremystretch
58f7eb319f
Initial work on #7679
2022-01-06 16:53:24 -05:00
jeremystretch
544d991e1e
Closes #8168 : Add min/max VID fields to VLANGroup
2021-12-23 11:22:10 -05:00
jeremystretch
f94c1e91ea
Merge branch 'develop' into feature
2021-12-06 12:10:31 -05:00
Rhys Barrie
f1466d6da3
netbox-community/netbox#7885 : Linkify VLAN name in VLAN tables
2021-12-02 12:27:30 -05:00
jeremystretch
f16c6d81cf
Merge branch 'develop' into feature
2021-11-18 11:06:54 -05:00
jeremystretch
94069e76c9
Fixes #7857 : Fix ordering IP addresses by assignment status
2021-11-17 08:51:17 -05:00
Rhys Barrie
660fc23e15
netbox-community/netbox#7542 : Add VLAN Group column to IP Prefix table
2021-11-13 23:29:26 -05:00
jeremystretch
cede27b5fe
Merge branch 'develop' into feature
2021-11-12 09:09:15 -05:00
jeremystretch
27d7400c36
Fixes #7802 : Differentiate ID and VID columns in VLANs table
2021-11-11 10:23:38 -05:00
jeremystretch
c023e5f518
Fix up FHRPGroupAssignmentTable
2021-11-04 10:05:47 -04:00
Daniel Sheppard
5fc373f5cc
Merge feature -> develop
2021-11-03 12:05:11 -05:00
Daniel Sheppard
76d73abd81
Update ip.py
2021-11-03 10:04:26 -05:00
jeremystretch
2c2e37e9f0
Merge branch 'develop' into feature
2021-11-03 10:29:02 -04:00
Daniel Sheppard
db2d71ed9e
Merge branch 'feature' into 6732-asn-model
2021-11-03 08:37:11 -05:00
Steven
831065b5a1
#7717 Missing tags column definition in IP range table ( #7724 )
2021-11-03 08:05:34 -04:00
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
jeremystretch
3a192223a3
Changelog & cleanup for #7668 , #7717
2021-11-02 15:58:14 -04:00
jeremystretch
131e433880
Rename FHRPGroupAssignment object to interface
2021-11-02 15:10:02 -04:00
cybarox
a5ec0ee277
Closes #7717 Missing tags column in IP range table
2021-11-02 15:14:08 +01:00
jeremystretch
f48d7aedce
Enable filtering FHRP groups by related IP addresses
2021-11-02 09:56:52 -04:00
jeremystretch
bb4f3e1789
Initial work on #6235
2021-11-01 16:56:30 -04:00