Skip to content

Commit

Permalink
cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
cband committed Mar 9, 2020
1 parent bd14ea7 commit 1181a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/application/ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ ui <-
wellPanel(
h4("Paste facets run directories"),
h5("Eg: /juno/work/ccs/bandlamc/facets_review_app/test_data/P-0009137-T01-IM5_P-0009137-N01-IM5"),
textAreaInput("textAreaInput_samplesInput", label=NULL, value="/juno/work/ccs/bandlamc/tmp/P-0019009-T01-IM6_P-0019009-N01-IM6/", rows=4),
textAreaInput("textAreaInput_samplesInput", label=NULL, value="", rows=4),
actionButton("button_samplesInput", "Retrieve Sample(s)", class = "btn-primary")
),
width = 12
Expand Down

0 comments on commit 1181a65

Please sign in to comment.