From ffacced2b18d30509b60ddaa1423d689c5cde1e0 Mon Sep 17 00:00:00 2001 From: "tony.nealon@wholesailnetworks.com" Date: Tue, 20 May 2025 23:41:31 +0000 Subject: [PATCH] Refactor rack elevation template to use htmx for dynamic loading and improved user experience --- netbox/templates/dcim/inc/rack_elevation.html | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/netbox/templates/dcim/inc/rack_elevation.html b/netbox/templates/dcim/inc/rack_elevation.html index 33037c1ff..7fc8eeb3e 100644 --- a/netbox/templates/dcim/inc/rack_elevation.html +++ b/netbox/templates/dcim/inc/rack_elevation.html @@ -1,9 +1,19 @@ {% load i18n %} -
- +
+
+
+ Rack Loading... +
+
+
\ No newline at end of file