|
|
@if (bookmarkAllocation.filter_bookmark) {
{{ bookmarkAllocation.filter_bookmark.name }}
} @else {
{{ bookmarkAllocation.name }}
}
|
{{ bookmarkAllocation.author }}
|
@if (bookmarkAllocation.filter_bookmark) {
@switch (bookmarkAllocation.filter_bookmark.controller) {
@case ('Hosts') {
}
@case ('Services') {
}
@case ('Customalerts') {
}
}
{{ bookmarkAllocation.filter_bookmark.controller }}
}
|
{{ bookmarkAllocation.usergroups.length }}
@for (usergroup of bookmarkAllocation.usergroups; track $index) {
{{ usergroup.name }}
}
|
{{ bookmarkAllocation.users.length }}
@for (user of bookmarkAllocation.users; track $index) {
{{ user.full_name }}
}
|
@if (bookmarkAllocation.allowEdit) {
{{ t('Edit') }}
{{ t('Delete') }}
}
|
}