mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-15 00:02:17 -06:00
Closes #19550: Enhancement: Refactor rack elevations template for lazy loading /dcim/rack-elevations/ (#19823)
* Refactor rack elevation template to use htmx for dynamic loading and improved user experience * rework to prevent dup loading * Update netbox/templates/dcim/inc/rack_elevation.html Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com> * Update netbox/templates/dcim/inc/rack_elevation.html Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com> * Move inline styles to styles/custom/racks.css --------- Co-authored-by: tony.nealon@wholesailnetworks.com <tony.nealon@wholesailnetworks.com> Co-authored-by: tbotnz <tonynealon1989@gmail.com> Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
This commit is contained in:
2
netbox/project-static/dist/netbox.css
vendored
2
netbox/project-static/dist/netbox.css
vendored
File diff suppressed because one or more lines are too long
4
netbox/project-static/styles/custom/racks.scss
Normal file
4
netbox/project-static/styles/custom/racks.scss
Normal file
@@ -0,0 +1,4 @@
|
||||
.rack-loading-container {
|
||||
min-height: 200px;
|
||||
margin-left: 30px;
|
||||
}
|
||||
@@ -27,3 +27,4 @@
|
||||
@import 'custom/markdown';
|
||||
@import 'custom/misc';
|
||||
@import 'custom/notifications';
|
||||
@import 'custom/racks';
|
||||
|
||||
Reference in New Issue
Block a user