fix: render rack width fields in device template

This commit is contained in:
2026-08-12 14:28:35 +02:00
parent 008a69ed79
commit c38ab30acc
7 changed files with 180 additions and 28 deletions
+2
View File
@@ -424,6 +424,8 @@ def _install_device_form():
class RackWidthDeviceEditView(DeviceEditView):
form = RackWidthDeviceForm
template_name = "netbox_utilities/device_edit.html"
htmx_template_name = "netbox_utilities/device_edit_form.html"
RackWidthDeviceEditView.__module__ = __name__
RackWidthDeviceEditView.__qualname__ = "RackWidthDeviceEditView"