We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b62f234 commit b1cbdbeCopy full SHA for b1cbdbe
netbox/templates/circuits/provideraccount.html
@@ -28,6 +28,10 @@ <h2 class="card-header">{% trans "Provider Account" %}</h2>
28
<th scope="row">{% trans "Name" %}</th>
29
<td>{{ object.name|placeholder }}</td>
30
</tr>
31
+ <tr>
32
+ <th scope="row">{% trans "Description" %}</th>
33
+ <td>{{ object.description|placeholder }}</td>
34
+ </tr>
35
</table>
36
</div>
37
{% include 'inc/panels/tags.html' %}
0 commit comments