{% extends 'netbox_plugin_extensions/generic/object.html' %} {% load buttons %} {% load helpers %} {% load static %} {% load plugins %} {% block breadcrumbs %} {% endblock %} {% block content %}
Secret Attributes
Assigned Object {{ object.assigned_object }}
Role {{ object.role }}
Name {{ object.name|placeholder }}
{% include 'inc/panels/custom_fields.html' %} {% plugin_left_page object %}
Secret Data
{% csrf_token %}
Secret
********
{% include 'inc/panels/tags.html' with tags=object.tags.all url='plugins:netbox_secretstore:secret_list' %} {% plugin_right_page object %}
{% plugin_full_width_page object %}
{% include 'netbox_secretstore/inc/private_key_modal.html' %} {% endblock %}