From 7cf4095983a5c17a495067005c87968a53560666 Mon Sep 17 00:00:00 2001 From: 991jo Date: Mon, 9 Nov 2020 07:56:26 +0100 Subject: [PATCH] Fixed a UI Bug where there is no whitespace after grouped custom links. See #5325 for details --- netbox/extras/templatetags/custom_links.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/extras/templatetags/custom_links.py b/netbox/extras/templatetags/custom_links.py index 9fbec489d..78630336e 100644 --- a/netbox/extras/templatetags/custom_links.py +++ b/netbox/extras/templatetags/custom_links.py @@ -16,7 +16,7 @@ GROUP_BUTTON = '
\n' \ '{} \n' \ '\n' \ '
' + '{}\n' GROUP_LINK = '
  • {}
  • \n'