From 0e088f11ba2b2dc964ca0c96d1ebad5d93b8cdad Mon Sep 17 00:00:00 2001 From: checktheroads Date: Fri, 7 May 2021 09:18:40 -0700 Subject: [PATCH] #6372: FIx Status badge location in attr table --- netbox/templates/circuits/circuit.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/netbox/templates/circuits/circuit.html b/netbox/templates/circuits/circuit.html index 29af26fc0..44753917c 100644 --- a/netbox/templates/circuits/circuit.html +++ b/netbox/templates/circuits/circuit.html @@ -17,12 +17,6 @@
- - - - + + + +
- {{ object.get_status_display }} -
Provider @@ -50,6 +44,12 @@ {% endif %}
Status + {{ object.get_status_display }} +
Install Date {{ object.install_date|placeholder }}