@for (service of services.all_services; track index; let index = $index) {
0 && services.all_services[index -1].Host.uuid !== service.Host.uuid)">
@if (this.PermissionsService.hasPermissionObservable(['hosts', 'browser'])|async) {
{{ service.Service.hostname }}
(
{{ service.Host.address }}
)
} @else {
{{ service.Service.hostname }}({{ service.Host.address }})
}
@if (this.PermissionsService.hasPermissionObservable(['services', 'serviceList'])|async) {
}
|
|
|
@if (this.PermissionsService.hasPermissionObservable(['services', 'browser'])|async) {
{{ service.Service.servicename }}
} @else {
{{ service.Service.servicename }}
}
|
{{ t('Edit') }}
{{ t('Enable') }}
{{ t('Changelog') }}
{{ t('Copy') }}
{{ t('Delete') }}
|
}