{{ t('Bookmarks') }} {{ t('Allocation') }}
{{ t('Filter') }}
@if (!FilterbookmarkAllocations) { } @if (FilterbookmarkAllocations) { @if (FilterbookmarkAllocations) { @for (bookmarkAllocation of FilterbookmarkAllocations.all_filterbookmark_allocations; track $index) { } }
{{ t('Allocation/Bookmark Name') }} {{ t('Author') }} {{ t('Filter Type') }} {{ t('User roles') }} {{ t('Users') }}
@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') }} }
    } @if (FilterbookmarkAllocations && FilterbookmarkAllocations.all_filterbookmark_allocations.length === 0) { } @if (FilterbookmarkAllocations && FilterbookmarkAllocations.all_filterbookmark_allocations) {
    } @if (FilterbookmarkAllocations) { }