@if (isInitializing) { } @for (tab of localTabs; track $index) { @if (tab.isOwner && tab.id === currentTabId()) { {{ tab.name }}
  • {{ t('Rename') }}
  • @if (( PermissionsService.hasPermissionObservable(['DashboardAllocations', 'add'])|async ) && ( PermissionsService.hasPermissionObservable(['DashboardAllocations', 'edit'])|async )) {
  • {{ t('Allocate Dashboard') }}
  • }
  • {{ t('Start sharing') }}
  • {{ t('Stop sharing') }}
  • {{ t('Delete') }}
} @else { {{ tab.name }} } }
{{ t('Rename tab') }}