Skip to content

Commit

Permalink
fixing workflow ui issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-harrold committed Jan 1, 2025
1 parent 8de7ff3 commit 090875c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions inst/templates/ruminate.R
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,7 @@ ui <- shinydashboard::dashboardPage(
htmlOutput(NS("UD", "ui_ud_load_data"))),
htmlOutput(NS("UD", "ui_ud_clean")),
htmlOutput(NS("UD", "ui_ud_select_sheets")),
htmlOutput(NS(id, "ui_ud_workflows")),
div(style="display:inline-block;vertical-align:top;width:40px", uiele_code_button),
htmlOutput(NS("UD", "ui_ud_workflows")),
htmlOutput(NS("UD", "ui_ud_text_load_result"))),
column(width=6,
tags$p(
Expand Down
3 changes: 1 addition & 2 deletions inst/templates/ruminate_devel.R
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,7 @@ ui <- shinydashboard::dashboardPage(
htmlOutput(NS("UD", "ui_ud_load_data"))),
htmlOutput(NS("UD", "ui_ud_clean")),
htmlOutput(NS("UD", "ui_ud_select_sheets")),
htmlOutput(NS(id, "ui_ud_workflows")),
div(style="display:inline-block;vertical-align:top;width:40px", uiele_code_button),
htmlOutput(NS("UD", "ui_ud_workflows")),
htmlOutput(NS("UD", "ui_ud_text_load_result"))),
column(width=6,
tags$p(
Expand Down

0 comments on commit 090875c

Please sign in to comment.