{{ object_type.capitalize() }}s: {% if current_prefix %}{{ current_prefix }}{% endif %} {% if is_prefixed and missing_workspace_info %} No info about workspace IDs found in the log file. {% else %} {{ log_metadata.legacy_ws|default(legacy_workspace) }} â {{ log_metadata.cloud_ws|default(cloud_workspace) }} {% endif %}
Ã
Total
{{ summary.total_count }}
Successfully Migrated
{{ summary.success_count }}
Warnings
{{ summary.warning_count }}
Skipped (Existing)
{{ summary.skipped_count }}
Inherited
{{ summary.inherited_count }}
Migration Failed
{{ summary.error_count }}
Deployment Failed
{{ summary.api_error_count }}
{% if missing_workspace_info %}
{% endif %}
| â | Title | Legacy Identifier | Cloud Identifier | Compare | |
|---|---|---|---|---|---|
| {{ row.ordinal_number }} | {{ row.title }} {% if row.description and row.description.strip() %} {% endif %} | {% if row.legacy_url and row.legacy_id and not missing_workspace_info %} {{ row.legacy_id }} {% else %} {{ row.legacy_id }} {% endif %} | {% if row.cloud_url and not missing_workspace_info %} {{ row.cloud_id }} {% else %} {{ row.cloud_id|default("Not migrated") }} {% endif %} | {% if row.legacy_url and row.legacy_id and row.cloud_url and not missing_workspace_info and row.cloud_id and row.cloud_id != "-" and row.legacy_embedded_url and row.cloud_embedded_url %} {% endif %} |
Side-by-side Comparison
Ã
{% elif row.status == 'warning' %}
{% elif row.status == 'skipped' %}
{% elif row.status == 'api-error' %}
{% elif row.status == 'inherited' %}
{% else %}
{% endif %}