{% extends 'generic/object.html' %} {% load helpers %} {% load i18n %} {% block content %}
| {% trans "Proxmox Endpoint" %} | {{ object.endpoint|linkify|placeholder }} |
|---|---|
| {% trans "Cluster" %} | {{ object.cluster_name }} |
| {% trans "Name" %} | {{ object.name }} |
| {% trans "Order" %} | {{ object.order }} |
| {% trans "Action" %} | {{ object.action|placeholder }} |
| {% trans "Status" %} | {{ object.get_status_display }} |
| {% trans "Match Peer" %} | {{ object.match_peer|placeholder }} |
|---|---|
| {% trans "Match IP" %} | {{ object.match_ip|placeholder }} |
| {% trans "Set Community" %} | {{ object.set_community|placeholder }} |
{{ object.raw_config }}