File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed
Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 44
55### Enhancements
66
7+ * [ #6879 ] ( https://github.com/netbox-community/netbox/issues/6879 ) - Improve ability to toggle images/labels in rack elevations
78* [ #7485 ] ( https://github.com/netbox-community/netbox/issues/7485 ) - Add USB micro AB type
89
910### Bug Fixes
Original file line number Diff line number Diff line change 1818{% endblock %}
1919
2020{% block extra_controls %}
21- < select class ="btn btn-sm btn-outline-dark rack-view ">
22- < option value ="images-and-labels " selected ="selected "> Images and Labels</ option >
23- < option value ="images-only "> Images only</ option >
24- < option value ="labels-only "> Labels only</ option >
25- </ select >
2621 < a {% if prev_rack %}href ="{% url 'dcim:rack' pk=prev_rack.pk %}{% endif %} " class ="btn btn-sm btn-primary{% if not prev_rack %} disabled{% endif %} ">
2722 < i class ="mdi mdi-chevron-left " aria-hidden ="true "> </ i > Previous
2823 </ a >
@@ -272,6 +267,13 @@ <h5 class="card-header">
272267 {% plugin_left_page object %}
273268 </ div >
274269 < div class ="col col-12 col-xl-7 ">
270+ < div class ="text-end mb-4 ">
271+ < select class ="btn btn-sm btn-outline-dark rack-view ">
272+ < option value ="images-and-labels " selected ="selected "> Images and Labels</ option >
273+ < option value ="images-only "> Images only</ option >
274+ < option value ="labels-only "> Labels only</ option >
275+ </ select >
276+ </ div >
275277 < div class ="row " style ="margin-bottom: 20px ">
276278 < div class ="col col-md-6 col-sm-6 col-xs-12 text-center ">
277279 < div style ="margin-left: 30px ">
Original file line number Diff line number Diff line change 88 < div class ="controls ">
99 < div class ="control-group ">
1010 < div class ="btn-group btn-group-sm " role ="group ">
11- < select class ="btn btn-sm btn-outline-secondary active rack-view ">
11+ < select class ="btn btn-sm btn-outline-secondary rack-view ">
1212 < option value ="images-and-labels " selected ="selected "> Images and Labels</ option >
1313 < option value ="images-only "> Images only</ option >
1414 < option value ="labels-only "> Labels only</ option >
You can’t perform that action at this time.
0 commit comments