tables refactoring

This commit is contained in:
Čarodej
2021-11-24 07:03:41 +01:00
parent f711ec7d89
commit 913bdf70ad
8 changed files with 191 additions and 156 deletions
+6 -6
View File
@@ -1,5 +1,5 @@
<template>
<div class="sm:flex md:h-screen md:overflow-hidden" style="background: rgba(244, 245, 246, 0.6)">
<div class="sm:flex md:h-screen md:overflow-hidden" style="background: rgb(249, 249, 250)">
<!--On Top of App Components-->
<FilePreview />
<Spotlight />
@@ -137,13 +137,13 @@
route: 'Subscription',
},
{
title: this.$t('menu.payment_cards'),
route: 'PaymentMethods',
},
{
title: this.$t('menu.invoices'),
title: this.$t('Transactions'),
route: 'Invoice',
},
/*{
title: this.$t('menu.payment_cards'),
route: 'PaymentMethods',
},*/
]
}
},