|
|
@ -200,9 +200,9 @@ openNewRecordFormHook?.on(async () => { |
|
|
|
<template #description> |
|
|
|
<template #description> |
|
|
|
<div class="mt-5 text-center"> |
|
|
|
<div class="mt-5 text-center"> |
|
|
|
<mdi-plus class="text-pint-500 text-lg text-primary cursor-pointer" @click="openNewRecordFormHook.trigger()" /> |
|
|
|
<mdi-plus class="text-pint-500 text-lg text-primary cursor-pointer" @click="openNewRecordFormHook.trigger()" /> |
|
|
|
<div> |
|
|
|
<div class="nc-kanban-data-count"> |
|
|
|
<!-- TODO: count --> |
|
|
|
{{ formattedKanbanData[kanbanDataKey].length }} |
|
|
|
X Records |
|
|
|
{{ formattedKanbanData[kanbanDataKey].length !== 1 ? $t('objects.records') : $t('objects.record') }} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</template> |
|
|
|
</template> |
|
|
|