|
|
{{ t('Name') }} | {{ t('Address') }} | {{ t('Description') }} | {{ t('Importer') }} | {{ t('User') }} | {{ t('Reserved settings') }} | {{ t('Import date') }} | {{ t('Last modified') }} | {{ t('Imported file') }} | {{ t('Progress') }} |
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@if (importedhost.progress.state === 100) { } @if (importedhost.progress.state == 80) { } @if (importedhost.progress.state < 80) { } |
{{ importedhost.name }}
{{ importedhost.name }}
@if (importedhost.imported !== 1) {
@if (( ( importedhost.host && importedhost.host.disabled === 0 ) || importedhost.host_id === null )
&& hasFlag(importedhost.flags, ImportedHostFlagsEnum.FLAG_MARKED_FOR_DISABLE)) {
|
{{ importedhost.address }} | {{ importedhost.description }} |
{{ importedhost.importer.name }}
{{ importedhost.importer.name }}
@switch (importedhost.importer.data_source) {
@case ("itop") {
|
@if (importedhost.user) { {{ importedhost.full_name }} } {{ importedhost.full_name }} |
{{ t('Host template:') }}
@if (importedhost.hosttemplate.name) {
{{ importedhost.hosttemplate.name }}
{{ importedhost.hosttemplate.name }}
}
@if (!importedhost.hosttemplate.name) {
{{ t('Container:') }}
@if (importedhost.container) {
@if (importedhost.satellite) {
{{ importedhost.container }}
}
@if (!importedhost.container) {
{{ t('Shared containers:') }}
}
{{ importedhost.satellite.name }}
{{ importedhost.satellite.name }}
}
{{ t('Service templates:') }}
{{ t('Service template groups:') }}
{{ t('Services:') }}
{{ t('Agent Checks:') }}
{{ t('openITCOCKPIT Agent Services:') }}
{{ t('Services:') }}
|
{{ importedhost.created }} | {{ importedhost.modified }} | @if (importedhost.imported_file) { {{ importedhost.imported_file.filename }} } |
0?importedhost.progress.comments.join(', '): t('Services:')">
|
|