netbox/netbox/virtualization
Abhimanyu Saharan 545769ad88
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 Fixes #12412: Device/VM interface MAC addresses can be nullified via REST API 2023-05-01 13:06:10 -04:00
forms Fixes #12642: Fix bulk tenant assignment via cluster import form 2023-05-22 13:07:40 -04:00
graphql 11291 optimize GraphQL queries (#11943) 2023-03-23 08:42:18 -04:00
migrations Closes #10545: Standardize description & comment fields on primary models (#10834) 2022-11-04 08:28:09 -04:00
models Closes #12133: Move any instance mutations inside clean() to save() 2023-04-03 16:26:07 -04:00
tables Closes #10545: Standardize description & comment fields on primary models (#10834) 2022-11-04 08:28:09 -04:00
tests Closes #12133: Move any instance mutations inside clean() to save() 2023-04-03 16:26:07 -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 Closes #8471: Add status field to Cluster 2022-05-19 16:13:22 -04:00
filtersets.py Moved interface filterset under common class (#12200) 2023-04-07 10:54:39 -04:00
search.py Fixes #11154: Index VM interface MAC address and MTU for global search 2022-12-12 10:43:48 -05:00
urls.py Closes #10608: Register all core model views using register_model_view() 2022-10-07 17:17:58 -04:00
views.py Adds generic object children template (#13388) 2023-08-09 14:16:03 -04:00