File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 66
77* [ #7167 ] ( https://github.com/netbox-community/netbox/issues/7167 ) - Ensure consistent font size when using monospace formatting
88* [ #7226 ] ( https://github.com/netbox-community/netbox/issues/7226 ) - Exempt GraphQL API requests from CSRF inspection
9+ * [ #7248 ] ( https://github.com/netbox-community/netbox/issues/7248 ) - Fix global search results section links
910
1011---
1112
Original file line number Diff line number Diff line change 1212 < div class ="col col-md-9 ">
1313 {% for obj_type in results %}
1414 < div class ="card ">
15- < h5 class ="card-header "> {{ obj_type.name|bettertitle }}</ h5 >
15+ < h5 class ="card-header " id =" {{ obj_type.name|lower }} " > {{ obj_type.name|bettertitle }}</ h5 >
1616 < div class ="card-body table-responsive ">
1717 {% render_table obj_type.table 'inc/table.html' %}
1818 </ div >
You can’t perform that action at this time.
0 commit comments