Adress-Modul erstellt
This commit is contained in:
@@ -49,7 +49,8 @@ dashboardPage(
|
||||
sidebarMenu(id = "tabs",
|
||||
menuItem("Buchungen", tabName = "buchungen", icon = icon("list")),
|
||||
menuItem("Umsätze", tabName = "umsatz", icon = icon("bank")),
|
||||
menuItem("Konten", tabName = "konten", icon = icon("building-columns"))
|
||||
menuItem("Konten", tabName = "konten", icon = icon("building-columns")),
|
||||
menuItem("Adressen", tabName = "contacts", icon = icon("people-group"))
|
||||
)
|
||||
),
|
||||
|
||||
@@ -63,6 +64,9 @@ dashboardPage(
|
||||
),
|
||||
tabItem(tabName = "konten",
|
||||
accountsUI("accounts_tab")
|
||||
),
|
||||
tabItem(tabName = "contacts",
|
||||
contactsUI("contacts_tab")
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user