@if (this.PermissionsService.hasPermissionObservable(['hosts', 'browser'])|async) {
{{ host.name }}
} @else {
{{ host.name }}
}
|
{{ host.address }}
|
{{ host.hostdescription }}
|
{{ tag }}
|
{{ host.primary_container }}
|
@if (( this.PermissionsService.hasPermissionObservable(['slamodule', 'slas', 'edit'])|async ) && host.sla !== null) {
{{ host.sla.name }}
{{ host.sla.name }}
}
|