{% extends 'base/layout.html' %} {% load form_helpers %} {% block title %}Windows DHCP — Settings{% endblock %} {% block content %}
PLUGINS_CONFIG['netbox_windows_dhcp'] in configuration.py
and are read-only here. Changes saved to these fields will not take effect while
the override is active.
| Next run at | {% if next_sync_job %} {% if next_sync_job.status == 'scheduled' and next_sync_job.scheduled %} {{ next_sync_job.scheduled|date:"N j, Y, g:i a" }} ({{ next_sync_job.scheduled|timeuntil }} from now) {% elif next_sync_job.status == 'pending' %} Queued — running shortly {% else %} N/A {% endif %} {% else %} N/A — no sync scheduled {% endif %} |
|---|---|
| Repeats every | {{ next_sync_job.interval }} minute{{ next_sync_job.interval|pluralize }} |