Skip to content
Snippets Groups Projects
Commit c3415bb7 authored by Dhanaprakash Jambulingam's avatar Dhanaprakash Jambulingam
Browse files

Edit ui file to add tab and session information file format

parent ac72bb21
No related branches found
No related tags found
1 merge request!3Edit ui file to add tab and session information file format
File moved
...@@ -101,14 +101,18 @@ navbarPage( ...@@ -101,14 +101,18 @@ navbarPage(
), ),
navbarMenu("Help", navbarMenu("Help",
icon = icon("info"), icon = icon("info"),
tabPanel("About",
h4("About"),
hr(),
includeMarkdown("Markdown/README.md")),
tabPanel("FAQ", tabPanel("FAQ",
h4("Frequently Asked Quesitons"), h4("Frequently Asked Quesitons"),
hr(), hr(),
includeMarkdown("Markdown/FAQ.md") includeMarkdown("Markdown/FAQ.md")),
), tabPanel("Session Information",
tabPanel("About", h4("R session information"),
h4("About"),
hr(), hr(),
includeMarkdown("Markdown/README.md"))), includeMarkdown("Markdown/RSessionInfo.md"))
),
id='mainNavbarPage', footer=list(tags$hr(), tags$table(style="width: 100%; ", tags$tbody(tags$tr(tags$th(style="text-align: center; ", tags$label(style="font-family: Verdana; font-size: 12pt; font-weight: normal; color: grey; ", "This app has been created and is maintained by the Institute of Biomedicine, University of Turku.")))))) id='mainNavbarPage', footer=list(tags$hr(), tags$table(style="width: 100%; ", tags$tbody(tags$tr(tags$th(style="text-align: center; ", tags$label(style="font-family: Verdana; font-size: 12pt; font-weight: normal; color: grey; ", "This app has been created and is maintained by the Institute of Biomedicine, University of Turku."))))))
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment