Rename menu to problematic transactions
This commit is contained in:
parent
8f99499c2f
commit
cfb1dbe276
@ -34,7 +34,7 @@ onMounted(() => {
|
|||||||
<div class="grid grid-cols-[1fr_auto]">
|
<div class="grid grid-cols-[1fr_auto]">
|
||||||
<div>
|
<div>
|
||||||
<h1 class="inline">
|
<h1 class="inline">
|
||||||
All Accounts
|
Problematic Transactions
|
||||||
</h1>
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -40,7 +40,7 @@ function toggleMenu() {
|
|||||||
<router-link :to="'/budget/' + CurrentBudgetID + '/budgeting'">Budget</router-link>
|
<router-link :to="'/budget/' + CurrentBudgetID + '/budgeting'">Budget</router-link>
|
||||||
<br>
|
<br>
|
||||||
<!--<router-link :to="'/budget/'+CurrentBudgetID+'/reports'">Reports</router-link>-->
|
<!--<router-link :to="'/budget/'+CurrentBudgetID+'/reports'">Reports</router-link>-->
|
||||||
<router-link :to="'/budget/'+CurrentBudgetID+'/all-accounts'">All Accounts</router-link>
|
<router-link :to="'/budget/'+CurrentBudgetID+'/problematic-transactions'">Problematic Transactions</router-link>
|
||||||
</span>
|
</span>
|
||||||
<li class="bg-slate-200 dark:bg-slate-700 my-2 p-2 px-3">
|
<li class="bg-slate-200 dark:bg-slate-700 my-2 p-2 px-3">
|
||||||
<div class="flex flex-row justify-between font-bold">
|
<div class="flex flex-row justify-between font-bold">
|
||||||
|
@ -65,8 +65,8 @@ const routes = [
|
|||||||
meta: { requiresAuth: true },
|
meta: { requiresAuth: true },
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: "/budget/:budgetid/all-accounts",
|
path: "/budget/:budgetid/problematic-transactions",
|
||||||
name: "All Accounts",
|
name: "Problematic Transactions",
|
||||||
components: { default: AllAccounts, sidebar: BudgetSidebar },
|
components: { default: AllAccounts, sidebar: BudgetSidebar },
|
||||||
props: true,
|
props: true,
|
||||||
meta: { requiresAuth: true },
|
meta: { requiresAuth: true },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user