Cambio de "Sincronizar" a "Actualizar" nitrógeno.

This commit is contained in:
Costa
2022-03-28 14:52:42 +02:00
parent b12ae3fd5f
commit c9d09c44a2
+1 -1
View File
@@ -54,7 +54,7 @@ ui <- fluidPage(
choices = list("NHC" = 1, "UMID/OVID" = 2, "UM/OV"=3), choices = list("NHC" = 1, "UMID/OVID" = 2, "UM/OV"=3),
selected = 2), selected = 2),
textInput("id", label = "ID", value = ""), textInput("id", label = "ID", value = ""),
actionButton("nitrosync", "Sincroniza Nitrógeno") actionButton("nitrosync", "Actualiza Nitrógeno")
), ),
mainPanel( mainPanel(
htmlOutput("report"), htmlOutput("report"),