Skip to content

Commit

Permalink
featureSelector: added text below buttons for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikSchultheis committed Apr 20, 2018
1 parent 8433e8a commit ad1378f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/featureSelector.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ featureSelectorUI <- function(id){
shiny::div(id = ns("guide_buttons"),
shiny::actionButton(ns("select"), "Select", style = "color: #fff; background-color: #3c8dbc"),
shiny::actionButton(ns("reset"), "Reset", style = "color: #fff; background-color: #3c8dbc"),
shiny::actionButton(ns("guide"), "Launch guide", style = "color: #fff; background-color: #3c8dbc", icon = shiny::icon("question-circle"))
shiny::actionButton(ns("guide"), "Launch guide", style = "color: #fff; background-color: #3c8dbc", icon = shiny::icon("question-circle")),
shiny::br("The SELECT button only evaluates the filter below. All selections in the table above will reset!")
)

)
Expand Down

0 comments on commit ad1378f

Please sign in to comment.