History of TLD registry import operations
Total Imports
= $importStats['total_imports'] ?? 0 ?>
Successful
= $importStats['successful_imports'] ?? 0 ?>
Failed
= $importStats['failed_imports'] ?? 0 ?>
Last Import
= date('M j, H:i', strtotime($importStats['last_import'])) ?> Never
| Import Type | Status | Results | Publication Date | Started | Actions |
|---|---|---|---|---|---|
|
'fa-list',
'rdap' => 'fa-database',
'whois' => 'fa-server',
'complete_workflow' => 'fa-tasks',
'check_updates' => 'fa-sync-alt',
'manual' => 'fa-hand-pointer'
];
$typeLabels = [
'tld_list' => 'TLD List',
'rdap' => 'RDAP Servers',
'whois' => 'WHOIS Data',
'complete_workflow' => 'Complete Workflow',
'check_updates' => 'Update Check',
'manual' => 'Manual Import'
];
$typeDescriptions = [
'tld_list' => 'IANA TLD list import',
'rdap' => 'RDAP server bootstrap data',
'whois' => 'WHOIS server & registry URLs',
'complete_workflow' => 'Full import (TLD List → RDAP → WHOIS)',
'check_updates' => 'IANA update verification',
'manual' => 'Manual data import'
];
$icon = $typeIcons[$import['import_type']] ?? 'fa-file-import';
$label = $typeLabels[$import['import_type']] ?? ucfirst($import['import_type']);
$description = $typeDescriptions[$import['import_type']] ?? 'Import operation';
?>
= $label ?>
= $description ?>
|
= $statusText ?> |
= $import['total_tlds'] ?> total
= $import['new_tlds'] ?> new
= $import['updated_tlds'] ?> updated
0): ?>
= $import['failed_tlds'] ?> failed
|
0) {
echo date('M j, Y', $parsedDate);
} else {
echo htmlspecialchars($date);
}
?>
N/A
|
= date('M j, H:i', strtotime($import['started_at'])) ?>
|
= date('M j, Y H:i', strtotime($import['started_at'])) ?>
Showing = $pagination['showing_from'] ?> to = $pagination['showing_to'] ?> of = $pagination['total'] ?> results