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

79 Commits

Author SHA1 Message Date
b451ece057 Closes #122: Add comments field to device types 2016-12-16 11:14:44 -05:00
b56e37ad84 Closes #722: Enabled custom fields for device types 2016-12-16 10:54:45 -05:00
bd40f72ad5 #49: Allow selection of devices at other sites when connecting an interface 2016-12-09 11:43:50 -05:00
3a6d7a1f7f #733: Fixed MAC address device filter 2016-12-07 15:53:19 -05:00
b4940a64be FIX: filtering devices fails because mac address filter is a required
field
2016-12-07 15:30:57 -05:00
3262262a8a Closes #663: Added MAC address search field to device list 2016-12-06 14:45:01 -05:00
77ac79f32c Fixes #713: Include a label for the comments field when editing circuits, providers, or racks in bulk 2016-11-29 17:29:56 -05:00
18a516ee53 Closes #685: When assigning an IP to a device, automaitcally select the interface if only one exists 2016-11-11 15:29:40 -05:00
7dfd32a5c4 Fixes #676: Server error when bulk editing device types 2016-11-10 15:15:55 -05:00
bbac6e2ba6 Fixes #664: Re-implemented view for bulk creation of interfaces across multiple devices 2016-11-02 16:43:24 -04:00
f2137683f9 Closes #647: Extend form used when assigning an IP to a device 2016-11-01 13:59:24 -04:00
2db50dd4a7 Closes #191: Support for racks numbered top-to-bottom 2016-10-28 11:30:40 -04:00
c09cb5df3d #353: Added bulk editing for InterfaceTemplates 2016-10-19 12:15:54 -04:00
0da3661ff0 #353: Allow bulk editing of interfaces 2016-10-14 16:38:46 -04:00
464797858f Fixes #604: Correct display of unnamed devices in form selection fields 2016-10-13 15:21:36 -04:00
0ff46bf5d0 Fixes #611: Power/console/interface connection import: status field should be case-insensitive 2016-10-13 12:18:32 -04:00
36066068d4 #527: Initial work to allow nullifying fields during bulk edit 2016-09-30 16:17:41 -04:00
fde24258e3 Fixes #571: Correct rack group filter on device list 2016-09-22 10:06:59 -04:00
e618bf40ec Reimplemented FilterChoiceField 2016-09-20 11:08:25 -04:00
9dea5656ad Added 'none' options to filters for optional fields 2016-09-15 17:12:53 -04:00
824d2d8205 Implemented FilterChoiceField and get_filter_choices() to reduce filter form boilerplate 2016-09-14 16:27:26 -04:00
74a5960992 Added custom field support to filter forms 2016-08-23 12:05:28 -04:00
b14afaa687 Updated bulk edit forms to support custom fields 2016-08-22 13:11:57 -04:00
7d879bb0dc Added bulk editing capability for custom fields 2016-08-16 14:57:04 -04:00
6cdb62b67e Minimal implemtnation of custom fields 2016-08-15 15:24:23 -04:00
550a05487d Initial work on custom fields 2016-08-12 17:20:01 -04:00
c86a1123f0 Closes #421: Added asset_tag field to devices 2016-08-11 11:58:21 -04:00
ed03449164 Closes #241: Introduced rack roles 2016-08-10 11:52:27 -04:00
a7dd2695a2 Closes #157: Added manufacturer field to module model 2016-08-10 10:24:47 -04:00
e7116b81a4 #180: Added type and width fields to Rack model 2016-08-08 18:01:15 -04:00
324a5e10d7 Fixes #433: Correct form validation when editing child devices 2016-08-08 09:45:44 -04:00
397943b222 Allow unassigning VRF and tenants when editing objects in bulk 2016-07-28 15:59:49 -04:00
6b41794e12 Implemented bulk editing for sites 2016-07-28 15:30:29 -04:00
1f9e4dc707 Fixed platform selection during bulk editing of devices 2016-07-27 16:38:21 -04:00
faa12abc70 Enabled filtering of sites, racks, and devices by tenant 2016-07-26 17:28:46 -04:00
82a98f0e8f Applied tenancy to sites, racks, and devices 2016-07-26 16:46:22 -04:00
8f4980044a Closes #292: Added part_number field to DeviceType 2016-07-26 11:28:45 -04:00
450c51604c Replaced all object-specific BulkDeleteForms with the stock form provided by utilities.BulkDeleteView 2016-07-25 17:02:53 -04:00
d47bf4ab6b Rewrote all DeviceType component template deletion views to utilize BulkDeleteView() 2016-07-25 16:32:07 -04:00
8ee083f7c1 Fixed Unicode support in forms 2016-07-21 10:47:38 -04:00
19d7caf1da Corrects a device_type error introduced in c643e3a74f 2016-07-20 10:10:40 -04:00
c643e3a74f Fixes #327: Disable rack assignment for installed child devices 2016-07-19 13:09:15 -04:00
dd62caf2f0 Fixes #227: Introduces support for bulk import of child devices 2016-07-14 17:35:52 -04:00
bafbc052e2 Fixes #270: Add rack group filter for devices 2016-07-13 13:07:55 -04:00
69affb7a6e fixed "rack group" filter label for/dcim/racks/ 2016-07-12 15:16:32 -04:00
6a6cf14a38 Update forms.py
added label
2016-07-12 15:12:36 -04:00
da50cd0f03 allow filtering by rack group
adds the ability to filter devices by rack group
2016-07-12 14:42:47 -04:00
4e4bb01a55 Initial work on #93: Primary IPv4/IPv6 support 2016-07-11 16:24:46 -04:00
db72a64ef7 Changed DeviceForm.device_type label 2016-07-07 22:30:51 -04:00
5034b836ea Add MAC address field to interfaces 2016-07-06 13:21:40 -04:00