1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Mark Provider.account as deprecated

This commit is contained in:
jeremystretch
2023-04-21 16:21:04 -04:00
parent 053be952ba
commit e7663b7e39

View File

@@ -30,7 +30,14 @@
</td>
</tr>
<tr>
<th scope="row">Account</th>
<th scope="row">
Account <i
class="mdi mdi-alert-box text-warning"
data-bs-toggle="tooltip"
data-bs-placement="right"
title="This field has been deprecated, and will be removed in NetBox v3.5."
></i>
</th>
<td>{{ object.account|placeholder }}</td>
</tr>
<tr>