mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-23 04:22:01 -06:00
Mark Provider.account as deprecated
This commit is contained in:
parent
053be952ba
commit
e7663b7e39
@ -30,7 +30,14 @@
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<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>
|
<td>{{ object.account|placeholder }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
Loading…
Reference in New Issue
Block a user