{{ result.response.ipv4Address?.hostname }}
{{ result.response.ipv4Address?.title }}
{{ result.response.ipv4Address?.ip }}
{{ result.response.ipv4Address?.description }}
|
{{ t('Model') }}
|
{{ result.response.ipv4Address?.title }}
[{{ result.response.ipv4Address?.manufacturer }}]
|
@switch (result.response.objectInformation?.status) {
@case (IdoitStatus.ACTIVE) {
{{ t('Active') }}
}
@case (IdoitStatus.ARCHIVED) {
{{ t('Archived') }}
}
@case (IdoitStatus.DELETED) {
{{ t('Deleted') }}
}
}
|
{{ t('Description') }}
|
{{ result.response.global?.description }}
|
{{ t('Sysid') }}
|
{{ result.response.objectInformation?.id }}
|
{{ t('Location path') }}
|
|
{{ t('Type') }}
|
{{ result.response.objectInformation?.type_title }}
|
{{ result.response.location?.location_path }}
{{ result.response.location?.option }}
{{ result.response.location?.insertion }}
|
{{ t('CMDB Status') }}
|
{{ result.response.objectInformation?.cmdb_status_title }}
|
{{ t('Applications') }}
|
{{ t('Created') }}
|
{{ result.response.objectInformation?.created }}
{{ result.response.global?.created_by }}
|
-
{{ application.title }}
{{ application.application_type }}
{{ application.application_priority }}
|
{{ t('Updated') }}
|
{{ result.response.objectInformation?.updated }}
{{ result.response.global?.changed_by }}
|
{{ t('Hardware Details') }}
|
{{ t('Memory') }}
-
{{ mem.counter }}
{{ mem.capacity }}
{{ mem.unit }}
{{ mem.title }}
[{{ mem.manufacturer }}]
|
{{ t('CPU') }}
-
{{ cpu.counter }}
{{ cpu.title }} {{ cpu.frequency }} {{ cpu.frequency_unit }}
[{{ cpu.manufacturer }}]
|
{{ t('Contract overview') }}
|
@for (contract of result.response.contractAssignments; track $index) {
{{ t('Sysid') }}
|
{{ contract.connected_contract_id }}
|
{{ t('Contract period') }}
|
{{ t('From') }}
{{ contract.details.contract_details.start_date }}
{{ t('until') }}
{{ contract.details.contract_details.end_date }}
|
@switch (contract.details.contract.status) {
@case (IdoitStatus.ACTIVE) {
{{ t('Active') }}
}
@case (IdoitStatus.ARCHIVED) {
{{ t('Archived') }}
}
@case (IdoitStatus.DELETED) {
{{ t('Deleted') }}
}
}
|
{{ t('Product') }}
|
{{ contract.details.contract_details.product }}
|
{{ t('Reaction rate') }}
|
{{ contract.details.contract_details.reaction_rate }}
|
|
{{ t('Title') }}
|
{{ contract.details.contract.title }}
|
{{ t('Costs') }}
|
{{ contract.details.contract_details.costs }}
|
{{ t('Type') }}
|
{{ contract.details.contract.type_title }}
|
{{ t('Payment period') }}
|
{{ contract.details.contract_details.payment_period }}
|
{{ t('CMDB Status ') }}
|
{{ contract.details.contract.cmdb_status_title }}
|
{{ t('Cost calculation') }}
|
{{ contract.details.contract_details.cost_calculation }}
|
{{ t('Contact') }}
|
{{ contract.details.contact?.contact }}
|
{{ t('Website') }}
|
{{ contract.details.contact?.website }}
|
}
{{ t('Accounting') }}
|
{{ t('Inventory number') }}
|
{{ result.response.accounting?.inventory_no }}
|
{{ t('Acquirement date') }}
|
{{ result.response.accounting?.acquirementdate }}
|
{{ t('Invoice number') }}
|
{{ result.response.accounting?.invoice_no }}
|
{{ t('Order number') }}
|
{{ result.response.accounting?.order_no }}
|
{{ t('Guarantee period') }}
|
{{ result.response.accounting?.guarantee_period }}
{{ result.response.accounting?.guarantee_period_unit }}
|
{{ t('Guarantee period status / Guarantee period base') }}
|
{{ result.response.accounting?.guarantee_period_status }}
/
{{ result.response.accounting?.guarantee_period_base }}
|