|
|
{{ instantreport.Instantreport.name }}
|
@if (instantreport.Instantreport.type === InstantreportObjectTypes.Hostgroups) {
{{ t('Host groups') }}
}
@if (instantreport.Instantreport.type === InstantreportObjectTypes.Hosts) {
{{ t('Hosts') }}
}
@if (instantreport.Instantreport.type === InstantreportObjectTypes.Servicegroups) {
{{ t('Service groups') }}
}
@if (instantreport.Instantreport.type === InstantreportObjectTypes.Services) {
{{ t('Services') }}
}
|
@if (instantreport.Instantreport.evaluation === InstantreportEvaluationTypes.Hosts) {
{{ t('Hosts') }}
}
@if (instantreport.Instantreport.evaluation === InstantreportEvaluationTypes.HostAndServices) {
{{ t('Hosts and services') }}
}
@if (instantreport.Instantreport.evaluation === InstantreportEvaluationTypes.Services) {
{{ t('Services') }}
}
|
{{ instantreport.Timeperiod.name }}
|
@if (instantreport.Instantreport.summary === 1) {
{{ t('Yes') }}
}
@if (instantreport.Instantreport.summary === 0) {
{{ t('No') }}
}
|
@if (instantreport.Instantreport.downtimes === 1) {
{{ t('Yes') }}
}
@if (instantreport.Instantreport.downtimes === 0) {
{{ t('No') }}
}
|
@switch (instantreport.Instantreport.send_interval) {
@case (0) {
{{ t('NEVER') }}
}
@case (1) {
{{ t('DAY') }}
}
@case (2) {
{{ t('WEEK') }}
}
@case (3) {
{{ t('MONTH') }}
}
@case (4) {
{{ t('YEAR') }}
}
}
|
@for (user of instantreport.User; track user) {
-
{{ user.firstname }} {{ user.lastname }}
}
|
@if (instantreport.allowEdit) {
{{ t('Edit') }}
}
{{ t('Generate') }}
@if (instantreport.allowEdit) {
}
@if (instantreport.allowEdit) {
{{ t('Delete') }}
}
|
}