mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-05 11:46:50 -06:00
Cleaned up custom fields panel template
This commit is contained in:
@@ -69,7 +69,7 @@
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
{% include 'inc/custom_fields_panel.html' with custom_fields=secret.get_custom_fields %}
|
||||
{% include 'inc/custom_fields_panel.html' with obj=secret %}
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
{% if secret|decryptable_by:request.user %}
|
||||
|
||||
Reference in New Issue
Block a user