|
|
|
@if (host.Host.active_checks_enabled === true || host.Host.is_satellite_host === true) {
P
}
|
@if (this.PermissionsService.hasPermissionObservable(['hosts', 'browser'])|async) {
{{ host.Host.name }}
} @else {
{{ host.Host.name }}
}
|
{{ host.Host.address }}
|
{{ host.Host.satelliteName }}
|
@if (host.Host.allow_edit) {
{{ t('Edit') }}
}
@if (host.Host.allow_sharing) {
{{ t('Sharing') }}
}
@if (host.Host.allow_edit) {
{{ t('Disable') }}
}
{{ t('Changelog') }}
{{ t('Service list') }}
{{ t('Allocate service template group') }}
{{ t('Add to host group') }}
{{ t('openITCOCKPIT Agent discovery') }}
@if (this.PermissionsService.hasModuleObservable('CheckmkModule')|async) {
{{ t('Checkmk discovery') }}
}
{{ t('Used By') }}
{{ t('Documentation') }}
{{ t('Copy') }}
@if (host.Host.allow_edit) {
}
{{ t('Delete') }}
|
}