Skip to content

Commit

Permalink
cxc
Browse files Browse the repository at this point in the history
  • Loading branch information
“rafal.urn” committed Aug 17, 2024
1 parent cadb280 commit e6f5687
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
17 changes: 13 additions & 4 deletions inst/source/tabs/tab3/server.R
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ observeEvent(input$newTab, {
sep="\n"),

width = "1000%",
height = "20vw",
height = "18vw",
resize = "both"),

textAreaInput(inputId = paste0("tab3-server",tabIndex()),
Expand All @@ -50,14 +50,23 @@ observeEvent(input$newTab, {
dataset
})',
width = "100%",
height = "20vw",
height = "18vw",
resize = "both"),

textAreaInput(inputId = paste0("tab3-config",tabIndex()),
label = paste("Tab ",tabIndex(), "config.yml"),
value = ' conf',
value = ' # --- Navigation ---
# TabName: Welcome
# TabIcon: home
# --- Next/Prev buttons
# ShowButtons: FALSE
# --- Info ---
# InfoTitle: tir
# InfoMessage: mes',
width = "100%",
height = "20vw",
height = "18vw",
resize = "both"),

)), select=TRUE)
Expand Down
4 changes: 0 additions & 4 deletions inst/source/tabs/tab4/ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
# ShowButtons: TRUE
# ButtonsAlignment: center

# --- Info ---
# InfoTitle: tir
# InfoMessage: mes


fluidPage(
fluidRow(
Expand Down

0 comments on commit e6f5687

Please sign in to comment.