{% extends 'generic/object.html' %} {% load static %} {% block content %}
| Name | {{ object.name }} |
|---|---|
| IP Address | {{ object.ip_address }} |
| Port | {{ object.port }} |
| Use HTTPS | {% if object.use_https %} Yes {% else %} No {% endif %} |
| Verify SSL | {% if object.verify_ssl %} Yes {% else %} No {% endif %} |
| Username | {{ object.username }} |
| Mode | {{ object.mode }} |
| Target | Loading... |
| Authentication | Loading... |
| API Access | Loading... |