@@ -23,14 +23,10 @@
|
||||
<template>
|
||||
<AppNavigationVue :class="{'icon-loading': loading}">
|
||||
<template #list>
|
||||
<AppNavigationItem
|
||||
:title="t('deck', 'Due cards')"
|
||||
icon="icon-calendar-dark"
|
||||
to="/dashboards/due" />
|
||||
<AppNavigationItem
|
||||
:title="t('deck', 'My assigned cards')"
|
||||
icon="icon-group"
|
||||
to="/dashboards/assigned" />
|
||||
to="/overview/assigned" />
|
||||
<AppNavigationBoardCategory
|
||||
id="deck-navigation-all"
|
||||
to="/board"
|
||||
|
||||
@@ -94,7 +94,7 @@ const SUPPORTED_FILTERS = [
|
||||
]
|
||||
|
||||
export default {
|
||||
name: 'Dashboards',
|
||||
name: 'Overview',
|
||||
components: {
|
||||
Controls,
|
||||
CardItem,
|
||||
|
||||
Reference in New Issue
Block a user