{% extends 'generic/object_edit.html' %} {% load form_helpers %} {% load i18n %} {% load proxbox_tags %} {% block title %} {% blocktrans trimmed with object=object %}Settings for {{ object }}{% endblocktrans %} {% endblock title %} {% block form %} {% for field in form.hidden_fields %} {{ field }} {% endfor %}
{% blocktrans trimmed %} Per-endpoint overrides for the global Proxmox API connection defaults. Leave any field blank to inherit the value from the global plugin settings. {% endblocktrans %}
{% render_field form.timeout %} {% render_field form.max_retries %} {% render_field form.retry_backoff %}{% blocktrans trimmed %} Override whether this endpoint syncs each resource on every run, only bootstraps newly-created records, or skips the resource entirely. Leave blank to inherit the global plugin setting. {% endblocktrans %}
{% for group_label, group_fields in sync_mode_field_groups %}{% blocktrans trimmed %} Override per-endpoint whether sync overwrites specific fields on existing NetBox objects. Set "Unknown" (the default) to inherit the value from the global Proxbox plugin settings. {% endblocktrans %}
{% blocktrans trimmed %} Override post-sync Tenant assignment behavior for virtual machines from this endpoint. Leave toggle fields blank to inherit the global setting. {% endblocktrans %}
{% render_field form.enable_tenant_name_regex %} {% render_field form.tenant_name_regex_rules %} {% render_field form.enable_tenant_tag_assignment %}