{% extends 'generic/object.html' %} {% load static %} {% block content %}
| Name | {{ object.name }} |
|---|---|
| IP Address | {{ object.ip_address }} |
| Port | {{ object.port }} |
| Domain | {{ object.domain }} |
| Token Version | {{ object.token_version_label }} |
| Token | {% if object.has_configured_token %} Configured {% else %} Not configured {% endif %} |
| Verify SSL | {% if object.verify_ssl %} {% else %} {% endif %} |
| Target | Loading... |
| Authentication | Loading... |
| API Access | Loading... |