{% extends 'generic/object.html' %} {% load render_table from django_tables2 %} {% block content %}
Name | {{ object.name }} |
---|---|
Description | {{ object.description }} |
Receiver group | {{ object.receiver_group }} |
UUID | {{ object.uuid }} |
Auth method | {{ object.auth_method }} |
Auth header | {{ object.auth_header }} |
Token | {{ object.token|placeholder }} |
Hash algotithm | {{ object.hash_algorithm|placeholder }} |
Secret Key | {{ object.secret_key|placeholder }} |
Store payload | {{ object.store_payload|placeholder }} |
---|---|
Update datasource | {{ object.datasource|placeholder }} |
Run Custom Script | {{ object.customscript|placeholder }} |