From b5a1b692bd8a5b66198d6e828a12467736925d07 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Fri, 26 May 2017 10:08:03 -0400 Subject: [PATCH] Fixes #1225: Fixed border on empty circuits table on provider view --- netbox/templates/circuits/provider.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/templates/circuits/provider.html b/netbox/templates/circuits/provider.html index 3cdeea36f..35562a7a3 100644 --- a/netbox/templates/circuits/provider.html +++ b/netbox/templates/circuits/provider.html @@ -181,7 +181,7 @@ {% empty %} - None + None {% endfor %}