{% extends 'generic/object.html' %} {% load helpers %} {% load i18n %} {% block content %}
| {% trans "Virtual Machine" %} | {{ object.virtual_machine|linkify }} |
|---|---|
| {% trans "Cloud-init User" %} | {{ object.ciuser|placeholder }} |
| {% trans "ipconfig0" %} | {{ object.ipconfig0|placeholder }} |
| {% trans "SSH Keys Truncated" %} | {% if object.sshkeys_truncated %} {% trans "Yes" %} {% else %} {% trans "No" %} {% endif %} |
| {% trans "Last Synced" %} | {{ object.last_synced|placeholder }} |
{{ object.sshkeys }}
{% else %}
{% trans "No SSH keys configured." %}
{% endif %}
{% trans "This record is a read-only reflection of Proxmox cloud-init configuration. Edits made in NetBox will not propagate back to Proxmox; modify the values on the Proxmox side and re-sync." %}