浏览代码

19623 show description on provider account detail view (#19629)

* 19623 show description on provider account detail view

* Fix indentation

---------

Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
Arthur Hanson 8 月之前
父节点
当前提交
b1cbdbe079
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      netbox/templates/circuits/provideraccount.html

+ 4 - 0
netbox/templates/circuits/provideraccount.html

@@ -28,6 +28,10 @@
             <th scope="row">{% trans "Name" %}</th>
             <th scope="row">{% trans "Name" %}</th>
             <td>{{ object.name|placeholder }}</td>
             <td>{{ object.name|placeholder }}</td>
           </tr>
           </tr>
+          <tr>
+            <th scope="row">{% trans "Description" %}</th>
+            <td>{{ object.description|placeholder }}</td>
+          </tr>
         </table>
         </table>
       </div>
       </div>
       {% include 'inc/panels/tags.html' %}
       {% include 'inc/panels/tags.html' %}