Skip to content
Snippets Groups Projects

Déploiement juin 2024

Closed Juliette Engelaere-Lefebvre requested to merge dev into main
+ 14
12
@@ -286,27 +286,29 @@ fluidPage(
multiple = TRUE,
options = list('plugins' = list('remove_button'))
)
),
)
),
fluidRow(
column(
width = 4,
selectizeInput(
inputId = "telecharger_SelectMailles",
label = "Types de collectivit\u00e9",
choices = choices_mailles,
multiple = TRUE,
inputId = "telecharger_SelectCOG",
label = "P\u00e9rimètre g\u00e9ographique",
choices = c(liste_REG, liste_DEP, liste_EPCI),
multiple = FALSE,
options = list('plugins' = list('remove_button'))
)
),
)
),
column(
width = 4,
selectizeInput(
inputId = "telecharger_SelectCOG",
label = "Territoire d'emprise du jeu de donn\u00e9es",
choices = c(liste_REG, liste_DEP, liste_EPCI),
multiple = FALSE,
inputId = "telecharger_SelectMailles",
label = "Niveau de d\u00e9tail g\u00e9ographique",
choices = choices_mailles,
multiple = TRUE,
options = list('plugins' = list('remove_button'))
)
)
)
)
)
),
Loading