{% extends "base.html" %} {% load helpers %} {% block breadcrumbs %} {% endblock breadcrumbs %} {% block title %}SSOT Configs{% endblock title %} {% 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 %}