Skip to content

Commit a96b76a

Browse files
Patrick Hurrelmannjeremystretch
Patrick Hurrelmann
authored andcommitted
Fixes #12496: Remove account field from provider template
1 parent ab69faa commit a96b76a

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

netbox/templates/circuits/provider.html

-11
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,6 @@ <h5 class="card-header">Provider</h5>
2929
{% endfor %}
3030
</td>
3131
</tr>
32-
<tr>
33-
<th scope="row">
34-
Account <i
35-
class="mdi mdi-alert-box text-warning"
36-
data-bs-toggle="tooltip"
37-
data-bs-placement="right"
38-
title="This field has been deprecated, and will be removed in NetBox v3.5."
39-
></i>
40-
</th>
41-
<td>{{ object.account|placeholder }}</td>
42-
</tr>
4332
<tr>
4433
<th scope="row">Description</th>
4534
<td>{{ object.description|placeholder }}</td>

0 commit comments

Comments
 (0)