mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
* Add ui_visible and ui_editable fields * Extend migration to map new visible/editable values * Remove ui_visibility field * Update docs
This commit is contained in:
@@ -79,8 +79,12 @@
|
||||
<td>{{ object.weight }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">{% trans "UI Visibility" %}</th>
|
||||
<td>{{ object.get_ui_visibility_display }}</td>
|
||||
<th scope="row">{% trans "UI Visible" %}</th>
|
||||
<td>{{ object.get_ui_visible_display }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">{% trans "UI Editable" %}</th>
|
||||
<td>{{ object.get_ui_editable_display }}</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user