From 073d94564064c67f4186579b413d8ea3080b2921 Mon Sep 17 00:00:00 2001 From: Arthur Date: Mon, 2 Jun 2025 08:38:08 -0700 Subject: [PATCH] 19623 show description on provider account detail view --- netbox/templates/circuits/provideraccount.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/netbox/templates/circuits/provideraccount.html b/netbox/templates/circuits/provideraccount.html index 8715dfe1e..bdac6c9ad 100644 --- a/netbox/templates/circuits/provideraccount.html +++ b/netbox/templates/circuits/provideraccount.html @@ -28,7 +28,11 @@ {% trans "Name" %} {{ object.name|placeholder }} - + + {% trans "Description" %} + {{ object.description|placeholder }} + + {% include 'inc/panels/tags.html' %} {% plugin_left_page object %}