@extends($layout) @section('content') @php $providerEntities = $providerEntities ?? []; $provider = $provider ?? null; $leantimeEntities = $leantimeEntities ?? []; $integrationId = $integrationId ?? null; $urlAppend = ''; if (isset($integrationId) && is_numeric($integrationId)) { $urlAppend = '&integrationId=' . $integrationId; } @endphp
@include('connector::submodules.importProgress')
{!! $tpl->displayNotification() !!}
What are you importing?

On this screen you can choose what you would like to synchronize. Choose an entity on the left and map it to someting in Leantime on the right. The arrow indicates that we will synchronize from one location to the other.

From (your integration)

To (Leantime)

@endsection