Back to Netbox

Sync Warning

netbox/templates/inc/sync_warning.html

4.6.9363 B
Original Source

{% load buttons %} {% load perms %} {% load i18n %} {% if object.data_file and object.data_file.last_updated > object.data_synced %}

{% trans "Data is out of sync with upstream file" %} ({{ object.data_file }}). {% if request.user|can_sync:object %} {% sync_button object %} {% endif %}

{% endif %}