mirror of
https://github.com/netbox-community/netbox.git
synced 2026-04-26 10:49:07 +02:00
implemnted #2392 - local config context for devices and VMs
This commit is contained in:
9
netbox/templates/utilities/object_set_field_null.html
Normal file
9
netbox/templates/utilities/object_set_field_null.html
Normal file
@@ -0,0 +1,9 @@
|
||||
{% extends 'utilities/confirmation_form.html' %}
|
||||
{% load form_helpers %}
|
||||
|
||||
{% block title %}Clear {{ field_human_friendly_name }}?{% endblock %}
|
||||
|
||||
{% block message %}
|
||||
<p>Are you sure you want to clear the <strong>{{ field_human_friendly_name }}</strong> on {{ obj_type }} <strong>{{ obj }}</strong>?</p>
|
||||
{% block message_extra %}{% endblock %}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user