{{ t('IsarFlow Hosts') }} {{ t('overview') }}
{{ t('Filter') }}
@if (!isarflowHosts) { } @if (isarflowHosts && isarflowHosts.isarflowHosts.length === 0) { } @if (isarflowHosts) { @if (isarflowHosts) { @for (isarflowHost of isarflowHosts.isarflowHosts; track isarflowHost) { } }
{{ t('Host name') }} {{ t('Description') }} {{ t('IP Address') }} {{ t('Interfaces') }}
@if (this.PermissionsService.hasPermissionObservable(['hosts', 'browser'])|async) { {{ isarflowHost.host.name }} } @else { {{ isarflowHost.host.name }} } {{ isarflowHost.description }} {{ isarflowHost.ipaddress }}
    @for (interface of isarflowHost.isarflow_interfaces; track interface) {
  • {{ interface.interface_name }}
  • }
{{ t('Browser') }}
} @if (isarflowHosts) { }