mirror of
https://github.com/directus/directus.git
synced 2026-02-01 09:05:01 -05:00
Add breadcrumb
This commit is contained in:
@@ -7,6 +7,10 @@
|
||||
</v-button>
|
||||
</template>
|
||||
|
||||
<template #headline>
|
||||
<v-breadcrumb :items="[{ name: $t('insights'), to: '/insights' }]" />
|
||||
</template>
|
||||
|
||||
<template #actions>
|
||||
<template v-if="editMode">
|
||||
<v-button rounded icon outlined :to="`/insights/${currentDashboard.id}/+`">
|
||||
|
||||
Reference in New Issue
Block a user