{{ t('Disabled hosts') }} {{ t('overview') }}
{{ t('Monitored') }} {{ t('Not monitored') }} {{ t('Disabled') }} {{ t('Deleted') }}
{{ t('Filter') }}
{{ t('Instance') }}
@if (!hosts) { } @if (hosts) { @for (host of hosts.all_hosts; track host) { }
{{ t('Hoststatus') }} {{ t('Host name') }} {{ t('IP address') }} {{ t('Hosttemplate name') }} {{ t('UUID') }} {{ t('Instance') }}
@if (this.PermissionsService.hasPermissionObservable(['hosts', 'browser'])|async) { {{ host.Host.name }} } @else { {{ host.Host.name }} } {{ host.Host.address }} {{ host.Hosttemplate.name }} {{ host.Host.uuid }} {{ host.Host.satelliteName }} @if (host.Host.allow_edit) { {{ t('Edit') }} } @if (host.Host.allow_sharing) { {{ t('Sharing') }} } @if (host.Host.allow_edit) { {{ t('Enable') }} } {{ t('Changelog') }} {{ t('Service list') }} @if (host.Host.allow_edit) {
  • } {{ t('Delete') }}
    } @if (hosts && hosts.all_hosts.length === 0) { } @if (hosts && hosts.all_hosts) {
    } @if (hosts) { }