{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% block breadcrumbs %}
| Name | {{ object.name }} |
|---|---|
| URL | {{ object.url }} |
| Method | {{ object.http_method }} |
| Display Mode | {{ object.get_display_mode_display }} |
| Refresh Interval | {{ object.refresh_interval }}s |
| SSL Verification | {% if object.verify_ssl %}{% checkmark True %}{% else %}{% checkmark False %}{% endif %} |
| Timeout | {{ object.timeout }}s |
| Description | {{ object.description|placeholder }} |
{{ object.headers|json }}
{{ object.mappings|json }}
No data returned
{% endif %}