netbox/netbox/dcim
Abhimanyu Saharan a8c024fca5 Adds generic object children template (#13388)
* adds generic tab view template #12110

* Rename view_tab.html and move to generic/

* Fix console ports template

* Move bulk operations view resolution to template

* Avoid setting default template_name on ObjectChildrenView

* Move base_template and table_config context vars to base context

* removed bulk_delete_control from templates

* refactored bulk_controls view

* fixed table_config

* renamed object_tab.html to objectchildren_list.html

* removed unused import

* Refactor template blocks for bulk operation buttons

* Rename object children generic template

* Move disconnect bulk action into a separate template for device components

* Fix cluster devices & VM interfaces views

* minor button label change

---------

Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2023-08-09 14:16:03 -04:00
..
api adds config_template to device serializer #13056 2023-07-06 16:04:21 -04:00
forms Closes #11922: Populate assigned VDCs when adding a child interface 2023-08-04 15:25:59 -04:00
graphql Satisfy PEP8 E721 linter complaints 2023-07-30 13:34:08 -04:00
management Test cleanup 2022-05-13 15:34:01 -04:00
migrations Fixes #12885: Permit mounting of devices in U100 (#12901) 2023-06-15 15:00:45 -04:00
models Fixes #13285: Cast default u_height value to a decimal for validation 2023-07-28 09:49:09 -04:00
svg Adds stroke to the reservation (#12506) 2023-05-09 10:21:23 -04:00
tables Fixes #13033: add formatted speed column to Interfaces (#13275) 2023-08-02 16:08:14 -04:00
tests Adds device type and role to device component filter (#12504) 2023-05-31 09:59:22 -04:00
__init__.py Remove default_app_config (deprecated in Django 3.2) 2021-09-15 11:18:47 -04:00
apps.py 8927 plugin search (#10489) 2022-10-10 14:00:59 -04:00
choices.py Adding interface TYPE_400GE_CFP2/400gbase-x-cfp2 (#13338) 2023-08-04 11:32:52 -04:00
constants.py Fixes #12885: Permit mounting of devices in U100 (#12901) 2023-06-15 15:00:45 -04:00
fields.py Closes #8550: Implement ASN ranges (#11835) 2023-02-27 16:36:05 -05:00
filtersets.py fixes search for vdc #13100 2023-07-06 09:41:43 -04:00
lookups.py Introduce PathContains lookup to allow filtering against objects in path directly 2020-10-06 09:41:45 -04:00
search.py #10520: Restore ability to edit platform NAPALM fields via UI 2023-04-21 11:21:42 -04:00
signals.py 12474 update cable terminations when moving location between sites 2023-06-15 08:53:06 -04:00
urls.py Fixes #11528: Permit import of devices using uploaded file 2023-01-25 09:55:45 -05:00
utils.py Fixes #9778: Fix exception during cable deletion after deleting a connected termination 2022-08-03 12:46:16 -04:00
views.py Adds generic object children template (#13388) 2023-08-09 14:16:03 -04:00