Add navlink to user_select
This commit is contained in:
parent
c6e441dc26
commit
86b9595665
@ -22,7 +22,8 @@
|
|||||||
|
|
||||||
const buttonsConfig = {
|
const buttonsConfig = {
|
||||||
'/user_select': [
|
'/user_select': [
|
||||||
{ text: '', icon: 'bi bi-gear', link: '/admin' }
|
{ text: '', icon: 'bi bi-gear', link: '/admin' },
|
||||||
|
{ text: '', icon: 'bi bi-house', link: '/user_select' }
|
||||||
],
|
],
|
||||||
'/product_select': [
|
'/product_select': [
|
||||||
{ text: 'Zur Abrechnung', link: '/pay_up' },
|
{ text: 'Zur Abrechnung', link: '/pay_up' },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user