feat: show export and import progress

This commit is contained in:
2026-08-05 12:42:40 +02:00
parent d78a8280e4
commit 80ef1be239
5 changed files with 130 additions and 6 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ def export_scope(scope_type: str, scope_id: int, *, max_objects: int, signing_ke
"created_at": datetime.now(UTC).isoformat(),
"source_instance": str(InstanceIdentity.local_id()),
"source_netbox_version": getattr(getattr(settings, "RELEASE", None), "version", "4.6"),
"plugin_version": "0.1.0",
"plugin_version": "0.2.0",
"scope": {
"type": scope_type,
"source_pk": str(scope_id),