1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00
Commit Graph

642 Commits

Author SHA1 Message Date
f2bc6f0f96 Fixes #5355: Limit rack groups by selected site when editing a rack 2020-11-17 16:25:20 -05:00
9a736170fe Fixes #5350: Filter available racks by selected group when creating a rack reservation 2020-11-16 10:38:57 -05:00
c53990c739 Closes #5307: Add a region selector for every site form field 2020-11-04 15:27:41 -05:00
798220cf9a Fix filter reference 2020-11-04 13:05:24 -05:00
7598b891c1 Add initial_params to all forms 2020-11-04 11:09:13 -05:00
1f0b1dd10e Add initial_params to DynamicModelChoiceMixin 2020-11-04 10:15:15 -05:00
ee7f43abe1 Fixes #4523 - Add site vlan to certain scenarios where sites are the same 2020-09-29 14:45:02 -05:00
d540728f50 Closes #5149: Add rack group field to device edit form 2020-09-21 15:26:32 -04:00
a0103036e4 Fixes #5087: Restore label field when editing console server ports, power ports, and power outlets 2020-09-01 13:59:50 -04:00
df97eb2f72 Fixes #5045: Allow assignment of interfaces to non-master VC peer LAG during import 2020-08-24 11:33:45 -04:00
6e28490b84 Fixes #5038: Fix validation of primary IPs assigned to virtual machines 2020-08-24 09:41:04 -04:00
f37997ac54 Closes #4814: Allow nested LAG interfaces 2020-08-21 13:35:03 -04:00
c9c79dabef Fixes #5004: Permit assignment of an interface to a LAG on any peer virtual chassis member 2020-08-18 14:41:47 -04:00
808d621eda VC member selection should use display_name 2020-08-14 10:09:54 -04:00
e252de319e Add region field to device form 2020-08-13 10:45:01 -04:00
53f9f82317 Set display_field where needed 2020-08-13 09:27:21 -04:00
b891b407d4 Add brief_mode to DynamicModelChoiceMixin 2020-08-12 14:15:34 -04:00
5372492785 Clean up Select2 widget Javascript 2020-08-12 14:03:58 -04:00
c40df97ffa Rename add_additional_query_param() 2020-08-12 13:59:11 -04:00
9e14e28d89 Remove unused arguments from APISelect widget 2020-08-12 13:57:34 -04:00
e9e77fc689 Add disabled_indicator to DynamicModelChoiceMixin 2020-08-12 13:30:49 -04:00
779686425a Use brief mode when fetching cable termination objects 2020-08-12 13:20:30 -04:00
c45a57ff43 Update cable termination forms to use DynamicModelChoiceField 2020-08-12 12:58:32 -04:00
100c8fef20 Add support for referencing peer field values in query_params 2020-08-12 12:37:17 -04:00
d752c36ea8 Fix virtual chassis member add form 2020-08-12 10:17:21 -04:00
b917403c93 Replace 'nullable' attribute with null_option 2020-08-12 10:05:12 -04:00
8a8b4e728a Move null_option to DynamicModelChoiceMixin 2020-08-12 09:47:13 -04:00
f3fb85933f Add query_params attribute to DynamicModelChoiceMixin 2020-08-12 09:28:24 -04:00
a831e525da Remove value_field from APISelect; reference to_field_name on field 2020-08-11 17:19:40 -04:00
fdc43f8279 Add display_field kwarg to DynamicModelChoiceMixin 2020-08-11 17:00:28 -04:00
65b42c93b0 Merge branch 'develop' into develop-2.9 2020-08-05 09:15:10 -04:00
9e1edd55d6 Closes #4898: Add MAC address search field to interfaces list 2020-07-24 16:46:29 -04:00
04d8ab3792 Clean up device component creation forms 2020-07-14 15:51:13 -04:00
15525392a2 Closes #4837: Use dynamic form widget for relationships to MPTT objects 2020-07-09 09:50:01 -04:00
eb2da300b0 Fix form initialization for interface import 2020-07-02 13:27:54 -04:00
1f9cdc71d4 Move device and device_type ForeignKeys to abstract component models 2020-07-02 13:07:32 -04:00
f28bde179e Extend label field to all device components 2020-07-02 11:18:08 -04:00
e4b5045ec7 #4416: Add bulk_add view for InventoryItems 2020-07-01 14:55:11 -04:00
225b6c6958 Fix collection of assigned IPs when editing a device 2020-07-01 14:23:21 -04:00
7fab929194 Fix evaluation of empty label_pattern 2020-06-30 16:30:54 -04:00
89ea34015d Enable bulk editing of device component labels 2020-06-30 16:15:17 -04:00
88e3ac30b6 Closes #4807: Add bulk edit ability for device bay templates 2020-06-30 15:22:30 -04:00
52a13b1960 Closes #4793: Add description field to device component templates 2020-06-30 15:12:53 -04:00
319799b5ce Closes #4795: Add bulk disconnect capability for console and power ports 2020-06-25 17:08:51 -04:00
1dbae5b64c Closes #4792: Add bulk rename capability for console and power ports 2020-06-25 14:18:29 -04:00
36cf40f25c Enable CSV import for virtual chassis 2020-06-24 15:29:25 -04:00
59c1e34024 Initial work on #2018: Add name to VirtualChassis 2020-06-24 15:21:42 -04:00
052555c3f7 Add bulk renaming function for VM interfaces 2020-06-24 10:02:40 -04:00
603c804535 Add VMInterface CSV import view 2020-06-23 17:09:21 -04:00
fc2d08c407 Set related_query_name for GenericRelations to IPAddress 2020-06-22 16:27:13 -04:00