|
@if (this.PermissionsService.hasPermissionObservable(['hosts', 'browser'])|async) {
{{ host.name }}
} @else {
{{ host.name }}
}
|
{{ host.address }}
|
{{ host.hostdescription }}
|
@for (tag of host.hosttags.split(','); track tag) {
{{ tag }}
}
|
{{ host.primary_container }}
|
@if (( this.PermissionsService.hasPermissionObservable(['slamodule', 'slas', 'edit'])|async ) && host.sla !== null) {
@if (sla.allowEdit) {
{{ host.sla.name }}
}
{{ host.sla.name }}
}
|
@if (host.services.length > 0) {