@if ($viewData['data'][0]->count() == 0)
No sources available to run the tests
@endif
@foreach ($viewData['data'] as $active_customer)
@if ($active_customer->count())
{{ $active_customer->get('customer_name') }}
| Validity of Customer credentials |
Editor API availability |
FTP availability |
| @if ($active_customer->get('token') === 1)
OK
@else
NOK -
warning
@endif
|
@if ($active_customer->get('download') === 1)
OK
@else
NOK -
warning
@endif
|
@if ($active_customer->get('ftp') === 1)
OK
@else
NOK - warning
@endif
|
| Sources |
Last collector date |
Collect source |
@foreach ($active_customer['source'] as $active_source)
| {{ $active_source['source_name'] }} |
{{ $active_source['last_collect_date'] }} |
Collect source
|
@endforeach
@endif
@endforeach