{{ t('Dashboards') }} {{ t('Allocation') }}
{{ t('Filter') }}
@if (!dashboardAllocations) { } @if (dashboardAllocations) { @if (dashboardAllocations) { @for (dashboardAllocation of dashboardAllocations.all_dashboardtab_allocations; track dashboardAllocation) { } }
{{ t('Allocation Name') }} {{ t('Dashboard tab') }} {{ t('Author') }} {{ t('User roles') }} {{ t('Users') }} {{ t('Pinned') }}
{{ dashboardAllocation.name }} {{ dashboardAllocation.dashboard_tab.name }} {{ dashboardAllocation.author }} {{ dashboardAllocation.usergroups.length }} @for (usergroup of dashboardAllocation.usergroups; track $index) { {{ usergroup.name }} } {{ dashboardAllocation.users.length }} @for (user of dashboardAllocation.users; track $index) { {{ user.full_name }} } @if (dashboardAllocation.pinned) { } {{ t('Edit') }}
  • {{ t('Delete') }}
    } @if (dashboardAllocations && dashboardAllocations.all_dashboardtab_allocations.length === 0) { } @if (dashboardAllocations && dashboardAllocations.all_dashboardtab_allocations) {
    } @if (dashboardAllocations) { }