inst/app/ui/more/session.R

tabItem(tabName = "session",
    column(width = 8,
        box(width = NULL,
            status = "primary",
            solidHeader = TRUE,
            title = "Session Info",
            verbatimTextOutput("console")
            # verbatimTextOutput("global")
        )
    ),
    column(width = 4,
        box(width = NULL,
            status = "primary",
            solidHeader = TRUE,
            title = "Help Panel",
            "This is a diagnostic zone.
            Users are not required to access this area."
            # bsButton(inputId = "update_global", label = "REFRESH", style = "danger", size = "large",
               # block = TRUE)
        )
    )
)
jackolney/CascadeDashboard documentation built on May 18, 2019, 7:56 a.m.