Accounts Tree erstellt
This commit is contained in:
@@ -1,6 +1,16 @@
|
||||
## ui.R ##
|
||||
dashboardPage(
|
||||
dashboardHeader( ),
|
||||
dashboardHeader(
|
||||
title = "GemFin",
|
||||
tags$li(
|
||||
class = "dropdown",
|
||||
style = "padding: 8px 10px;",
|
||||
actionBttn("back_btn", "Zurück",
|
||||
size = "xs",
|
||||
style = "minimal",
|
||||
icon = icon("arrow-left"))
|
||||
)
|
||||
),
|
||||
## Sidebar content
|
||||
dashboardSidebar(
|
||||
sidebarMenu(id = "tabs",
|
||||
@@ -38,8 +48,8 @@ dashboardPage(
|
||||
buchungenUI("buchungen_tab")
|
||||
),
|
||||
# Second tab content
|
||||
tabItem(tabName = "widgets",
|
||||
h2("Widgets tab content")
|
||||
tabItem(tabName = "konten",
|
||||
accountsUI("accounts_tab")
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user