Ver código fonte

Add disclaimer

Petra Lamborn 4 anos atrás
pai
commit
4172746e88
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1
    0
      MedicalCentres/app.R

+ 1
- 0
MedicalCentres/app.R Ver arquivo

@@ -109,6 +109,7 @@ ui <- fillPage(title = "New Zealand GP Practice Locations 2017",
109 109
       radioButtons("overlay", "Show overlay",
110 110
                    choices = c("None" = "None",
111 111
                                "DHB boundaries" = "DHB-boundaries")),
112
+      p(style="text-align: right;", "(Note: slow on first load)"),
112 113
       hr(),
113 114
       actionLink("closedrop", label = "close", icon = icon("close"),
114 115
                  style="float:right"),