netbox/netbox/dcim
Arthur Hanson 0a48f3e27f 12489 Use HTMX for Location and Non-Racked Devices in Site detail view (#12491)
* 12489 use htmx for site view locations and non-racked-devices

* 12489 remove now unused queries in context

* adds device type and role to device component filter #12015

* Revert "Fixes #12463: Fix the association of completed jobs with reports & scripts in the REST API"

This reverts commit 25d8c7ccf2.

* 12489 update nonracked_devices on rack and location templates

* 12489 fix whitespace issue

* Undo errant commits

* 12489 update site id in templates

* 12489 remove nonracked_devices include

* 12489 add has_position filter

* Use empty lookup for position field

* Remove non-racked devices list from rack view (was moved to a tab)

* Clean up location and device tables

* Restore plugins block on rack template

---------

Co-authored-by: Abhimanyu Saharan <desk.abhimanyu@gmail.com>
Co-authored-by: jeremystretch <jstretch@netboxlabs.com>
2023-08-28 16:03:35 -04:00
..
api adds missing status choicefield for vdc #13556 2023-08-25 09:40:04 -04:00
forms 11272 make position field work correctly when internationalizion enabled 2023-08-23 13:30:01 -04:00
graphql Satisfy PEP8 E721 linter complaints 2023-07-30 13:34:08 -04:00
management Feature - Schema Generation (#13353) 2023-08-11 11:00:26 -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 feat: add 200Gbps & 400Gbps interface speed options 2023-08-15 09:11:40 -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 12489 Use HTMX for Location and Non-Racked Devices in Site detail view (#12491) 2023-08-28 16:03:35 -04:00