{% extends 'base/layout.html' %} {% load i18n %} {% load static %} {% load proxbox_tags %} {% block head %} {% if active_proxbox_job %} {% include "netbox_proxbox/inc/job_log_assets.html" %} {% endif %} {% comment %}Dashboard hydration is inlined (issue #355) so logos, status badges, and cluster cards render even when ``manage.py collectstatic`` was not run after installing/upgrading the plugin.{% endcomment %} {% if quick_schedule_form %} {{ quick_schedule_form.media }} {% endif %} {% endblock %} {% block content %} {% include "netbox_proxbox/home/quick_schedule_banner.html" %} {% if active_proxbox_job %} {% include "netbox_proxbox/home/job_live_summary.html" with job=active_proxbox_job %} {% endif %}
Using Polling (Server-Only)
{% else %}Using WebSocket (Client-Server)
{% endif %} {% else %}{% trans "Using HTTP" %} {% trans "Streaming" %}
{% endif %}Quick add starts with localhost, 127.0.0.1/32, and v1 token mode. Change any value before saving.
Quick add starts with localhost and 127.0.0.1/32. Change the host or IP before saving.
| Name | {{ pdm_ep.name }} |
|---|---|
| Domain | {{ pdm_ep.domain }} |
| IP Address | {{ pdm_ep.ip_address }} |
| Port | {{ pdm_ep.port }} |
| Enabled | {% if pdm_ep.enabled %}Yes{% else %}No{% endif %} |
| Remotes | {{ pdm_ep.remotes.count }} |
| Integration | {% if rpc_integration.enabled %} Enabled {% else %} Optional · not enabled {% endif %} |
|---|---|
| Backend | {% if rpc_integration.backend_name %} {{ rpc_integration.backend_name }} {% else %} Not configured {% endif %} |
| Backend URL | {{ rpc_integration.backend_url }} |
| {% trans "Job" %} | {% trans "Status" %} | {% trans "Created" %} | {% trans "Started" %} | {% trans "Completed" %} | {% trans "User" %} |
|---|---|---|---|---|---|
| {{ job.name }} | {{ job.get_status_display }} | {{ job.created|date:"SHORT_DATETIME_FORMAT"|default:"—" }} | {{ job.started|date:"SHORT_DATETIME_FORMAT"|default:"—" }} | {{ job.completed|date:"SHORT_DATETIME_FORMAT"|default:"—" }} | {{ job.user|default:"—" }} |
| {% trans "No sync jobs have run yet." %} | |||||
Support me! If this plugin is useful to you, please consider supporting it on the Sponsors page.