inst/shinyApp/ui/header.R

header <-shinydashboard::dashboardHeader(title = "RaMP", 
                          titleWidth = 350,
                        shinydashboard::dropdownMenu(type = "messages",
                                                     shinydashboard::messageItem(from = "Author",
                                                   message = p("Query need to take some time if", 
                                                   br(), " number of elements is too high (>10,000)"), 
                                                   icon = icon(" fa-hand-paper-o"), 
                                                   time = date()), 
                                       shinydashboard::messageItem(from = "Author", 
                                                   message = p("Preview of table display maximum 20 items from query"), 
                                                   icon = icon(" fa-hand-paper-o"), 
                                                   time = date())
                                       )
                          )
Mathelab/RaMP-DB documentation built on April 24, 2021, 3:11 p.m.