2
0
Эх сурвалжийг харах

Merge pull request #5326 from 991jo/patch-1

Fixed a UI Bug where there is no whitespace after grouped custom links.
Jeremy Stretch 5 жил өмнө
parent
commit
39f4dea051

+ 1 - 1
netbox/extras/templatetags/custom_links.py

@@ -16,7 +16,7 @@ GROUP_BUTTON = '<div class="btn-group">\n' \
                '{} <span class="caret"></span>\n' \
                '{} <span class="caret"></span>\n' \
                '</button>\n' \
                '</button>\n' \
                '<ul class="dropdown-menu pull-right">\n' \
                '<ul class="dropdown-menu pull-right">\n' \
-               '{}</ul></div>'
+               '{}</ul></div>\n'
 GROUP_LINK = '<li><a href="{}"{}>{}</a></li>\n'
 GROUP_LINK = '<li><a href="{}"{}>{}</a></li>\n'