Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
jlopez
RPACIB
Commits
97c7b0a5
Commit
97c7b0a5
authored
Jun 05, 2018
by
jlopez
Browse files
Update interface
parent
d4591b94
Changes
1
Hide whitespace changes
Inline
Side-by-side
pages/pages_def_home.R
View file @
97c7b0a5
...
...
@@ -22,8 +22,8 @@ tabHome = fluidPage(align="left",
textAreaInput
(
"customDataContainer"
,
"Add custom line to container file:"
),
br
(),
br
(),
p
(
"Use button
cre
ate for generate your file and the dowload button for get your file."
),
actionButton
(
"createContainer"
,
label
=
"
Cre
ate"
,
icon
(
"paper-plane"
),
style
=
"color: #fff; background-color: #337ab7; border-color: #2e6da4"
),
p
(
"Use button
'Gener
ate
'
for generate your file and the dowload button for get your file."
),
actionButton
(
"createContainer"
,
label
=
"
Gener
ate"
,
icon
(
"paper-plane"
),
style
=
"color: #fff; background-color: #337ab7; border-color: #2e6da4"
),
downloadButton
(
'downloadContainerFile'
,
label
=
"Dowload"
,
style
=
"color: #fff; background-color: #337ab7; border-color: #2e6da4"
)
)),
...
...
@@ -40,7 +40,7 @@ tabHome = fluidPage(align="left",
div
(
id
=
"formContainer"
,
br
(),
selectizeInput
(
'selectedBiocontainer'
,
'Biocontainer tools selected:'
,
choices
=
NULL
,
multiple
=
TRUE
,
options
=
list
(
maxItems
=
30000
))),
p
(
"Add your tools by clicking on the corresponding fields in the table. They appear in the field
so
below."
),
p
(
"Add your tools by clicking on the corresponding fields in the table. They appear in the field below."
),
DT
::
dataTableOutput
(
'dtbiocontainer'
)
),
tabPanel
(
'CRAN Packages'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment