|
{{ 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) {
|
{{ dashboardAllocation.users.length }}
@for (user of dashboardAllocation.users; track $index) {
|
|
|