2
0
Эх сурвалжийг харах

Fixes #12496: Remove account field from provider template

Patrick Hurrelmann 2 жил өмнө
parent
commit
a96b76a8d1

+ 0 - 11
netbox/templates/circuits/provider.html

@@ -29,17 +29,6 @@
                         {% endfor %}
                         {% endfor %}
                       </td>
                       </td>
                     </tr>
                     </tr>
-                    <tr>
-                        <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>
                     <tr>
                         <th scope="row">Description</th>
                         <th scope="row">Description</th>
                         <td>{{ object.description|placeholder }}</td>
                         <td>{{ object.description|placeholder }}</td>