Name
= esc($dataSource['name']) ?>
Type
= esc(str_replace('_', ' ', (string) $dataSource['type'])) ?>
Status
'bg-success-subtle text-success',
'failed' => 'bg-danger-subtle text-danger',
default => 'bg-secondary-subtle text-secondary',
};
?>
= esc(ucfirst($status)) ?>
= $this->include('datasource/_proof_content') ?>
= $this->endSection() ?>