Jeremy Stretch
5a4fb0323b
Merge pull request #8286 from jasonyates/8285-cluster-count-tenant
...
Fixes #8285 tenant cluster count
2022-01-10 08:34:02 -05:00
jeremystretch
e84a282aa6
Revert REST API changes from #8284
2022-01-10 08:24:45 -05:00
Jason Yates
f732493473
Fixing code style E302
2022-01-08 22:24:25 +00:00
Jason Yates
f66a265fcf
Fixes #8246 - Circuits list view to display formatted commit rate
...
Adds a custom column class to format the commit rate in the circuits table view using humanize_speed template helper. Export still exports the raw number.
2022-01-08 21:55:07 +00:00
Daniel Sheppard
0f58faaddb
#7853 - Initial work on Speed/Duplex.
...
TODO: Documentation, Tests, Form order
2022-01-08 12:25:30 -06:00
Daniel Sheppard
f1472d218e
Update changelog for #8262 and #8265
2022-01-08 00:21:38 -06:00
Daniel Sheppard
d65c05aacd
Merge pull request #8269 from bluikko/cisco-stackwise-n
...
Merge PR from bluikko for #8265
2022-01-08 00:20:43 -06:00
Daniel Sheppard
2b28ffa2f4
Merge pull request #8284 from jasonyates/8262-tenant-cable-stat
...
Fixes #8262 - Add Cable stat for Tenant
2022-01-08 00:15:35 -06:00
Daniel Sheppard
10ec31df3e
Fix #8287 - Correct label in export template form
2022-01-08 00:13:58 -06:00
Jason Yates
184b1055dc
Fixes #8285 - Cluster count missing from tenant api output
2022-01-07 20:17:43 +00:00
Jeremy Stretch
447a5f01a9
Merge pull request #8282 from netbox-community/7852-interface-vrf
...
Closes #7852 : Interface VRF assignment
2022-01-07 15:16:11 -05:00
Jason Yates
eaec25e6c2
Fixes #8262 - Add Cable stat for Tenant
2022-01-07 20:02:45 +00:00
jeremystretch
3e277de82d
Closes #7852 : Enable assigning interfaces to VRFs
2022-01-07 14:57:43 -05:00
jeremystretch
8b07fbc554
Allow passing additional columns & specifying a sequence
2022-01-07 11:56:18 -05:00
jeremystretch
bff7400de4
Convert ActionsMenuItem to dataclass
2022-01-07 11:23:04 -05:00
jeremystretch
1024adca72
Exclude actions column from export
2022-01-07 11:00:35 -05:00
jeremystretch
ededa69e4a
Only show relevant links for user permissions
2022-01-07 10:53:00 -05:00
jeremystretch
6d48ce4a25
Always include actions as a default column
2022-01-07 10:36:58 -05:00
jeremystretch
00a8fd654e
Refactor table utilities
2022-01-07 09:12:48 -05:00
bluikko
b63e29610e
Add Cisco StackWise-n choices
2022-01-07 11:56:54 +07:00
jeremystretch
58f7eb319f
Initial work on #7679
2022-01-06 16:53:24 -05:00
Jeremy Stretch
453f2ab02d
Merge pull request #8261 from netbox-community/7006-custom-object-fields
...
Closes #7006 : Custom object fields
2022-01-06 14:09:40 -05:00
jeremystretch
3002382edc
Documentation and changelog for #7006
2022-01-06 13:44:21 -05:00
jeremystretch
bfc695434c
Add object_type validation
2022-01-06 13:43:40 -05:00
jeremystretch
1e80cc6db5
Clean up & extend custom field tests
2022-01-06 13:24:37 -05:00
jeremystretch
b0db5a8b0a
PRVB
2022-01-06 09:58:50 -05:00
Jeremy Stretch
d3e2241ff7
Merge pull request #8257 from netbox-community/develop
...
Release v3.1.5
v3.1.5
2022-01-06 09:52:54 -05:00
jeremystretch
e90b9f6c19
Release v3.1.5
2022-01-06 09:24:28 -05:00
jeremystretch
4c1199e009
Fixes #8255 : Fix bulk editing of authentication parameters for wireless LANs and links
2022-01-06 08:54:05 -05:00
jeremystretch
65471068b6
Closes #8252 : Linkify type and group columns in clusters table
2022-01-05 21:36:20 -05:00
jeremystretch
7aa1fabbd7
Fix tests
2022-01-05 21:21:23 -05:00
jeremystretch
85c06372ff
Fix bulk editing for custom object fields
2022-01-05 21:04:44 -05:00
jeremystretch
c6467a824b
#8228 : Always add a blank choice
2022-01-05 17:10:59 -05:00
jeremystretch
271b7adeb8
Extend to support the assignment of multiple objects per field
2022-01-05 17:05:54 -05:00
jeremystretch
b1d1f3c6b2
Fixes #8228 : Optional ChoiceVar fields should not force a selection
2022-01-05 15:46:04 -05:00
jeremystretch
574c2e2770
Closes #8244 : Add length & length unit fields to cable filter form
2022-01-05 15:32:34 -05:00
jeremystretch
aec2d233c9
Changelog for #8231
2022-01-05 15:18:49 -05:00
Jeremy Stretch
39418f2bbe
Merge pull request #8247 from netbox-community/8231-htmx-confirmation-dialogs
...
Closes #8231 : Use HTMX for object deletion confirmations
2022-01-05 15:14:51 -05:00
jeremystretch
ccda73494f
Center modal dialog vertically
2022-01-05 14:57:56 -05:00
jeremystretch
443b4ccc57
Initial work on #8231
2022-01-05 14:06:56 -05:00
Daniel Sheppard
88ac0f5d34
Work on #6221 - Make templatetags safe for consumption when using plugins and update ButtonColumn to use viewname helper.
2022-01-05 11:31:00 -06:00
jeremystretch
511aedd5db
Omit table configuration form from rack elevations view
2022-01-05 11:39:58 -05:00
jeremystretch
2524290099
Introduce modals template block
2022-01-05 09:21:48 -05:00
jeremystretch
01e8017265
Clean up template blocks
2022-01-05 09:09:39 -05:00
jeremystretch
8338fc405f
Simplify theme color palette
2022-01-04 20:51:10 -05:00
jeremystretch
0a22b3990f
#7450 : Clean up footer and navbar styles
2022-01-04 20:42:44 -05:00
jeremystretch
954d81147e
Reindex migrations
2022-01-04 17:07:37 -05:00
jeremystretch
fa1e28e860
Initial work on #7006
2022-01-04 16:59:52 -05:00
jeremystretch
662cafe416
Form widgets & style cleanup
2022-01-04 15:01:16 -05:00
jeremystretch
ea961ba8f2
Fixes #8224 : Fix KeyError exception when creating FHRP group with IP address and protocol "other"
2022-01-04 13:49:07 -05:00