inst/ProstarApp/ui/ui_LogSession.R

tabPanel("Session logs",
         value = "SessionLogsTab",
         
         tabsetPanel(
             id = "test",
             tabPanel("Session logs",
                      value = "ChangeDataset",
                      sidebarCustom(),
                      tagList(
                        DT::dataTableOutput("logSession", width = "800px")
                      )
             ),
            tabPanel("R source code (Deprecated)", 
                     tagList(
                       uiOutput("InfoTextSourceCode"),
                      uiOutput("code")
                     )
             )
         )
)
samWieczorek/Prostar documentation built on April 27, 2022, 7:32 a.m.