ui tweaks
This commit is contained in:
parent
1d69108dcb
commit
fca0a195a7
1 changed files with 3 additions and 3 deletions
6
ui.R
6
ui.R
|
@ -20,10 +20,10 @@ dashboardPage(skin="purple",
|
||||||
choices = genes$Gene,
|
choices = genes$Gene,
|
||||||
selected="alr" # "alr" is a value
|
selected="alr" # "alr" is a value
|
||||||
),
|
),
|
||||||
actionButton("clear_ngl",
|
|
||||||
"Reset Structures"),
|
|
||||||
actionButton("all_mutations",
|
actionButton("all_mutations",
|
||||||
"All Mutations")
|
"All Mutations"),
|
||||||
|
actionButton("clear_ngl",
|
||||||
|
"Clear Display")
|
||||||
),
|
),
|
||||||
dashboardBody(
|
dashboardBody(
|
||||||
useShinyjs(),
|
useShinyjs(),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue