{% extends "base.html" %} {% load helpers %} {% block header %}

{% block title %}SSOT Configs{% endblock title %}

{% endblock header %} {% block content %}
SSOT Integration Configs
{% if perms.nautobot_ssot.view_ssotinfobloxconfig and "infoblox" in enabled_integrations %} {% endif %} {% if perms.nautobot_ssot.view_ssotservicenowconfig and "servicenow" in enabled_integrations %} {% endif %} {% if perms.nautobot_ssot.view_ssotvsphereconfig and "vsphere" in enabled_integrations %} {% endif %}
Infoblox Infoblox Configuration List
ServiceNow ServiceNow Configuration Instance
vSphere vSphere Configuration Instance
{% endblock content %}