Commit 6202bab8 by Jan Wijffels

debug

parent 859206a9
......@@ -87,8 +87,8 @@ popups$select_station <- modalDialog(
radioGroupButtons(
inputId = "uiInput_selectmeasurement",
label = "Selecteer welke van uw sensorgegevens u wilt vergelijken met een officieel meetstation",
#choices = sort(APPDATA$getCitizenData(type = "phenomena"), decreasing = TRUE),
choices = LETTERS,
choices = sort(APPDATA$getCitizenData(type = "phenomena"), decreasing = TRUE),
#choices = LETTERS,
direction = "horizontal", size = "sm",
justified = FALSE, individual = FALSE, status = "primary",
checkIcon = list(yes = icon("ok", lib = "glyphicon"))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment