Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
heather-foley-noaa committed Jan 18, 2024
1 parent a2cdd25 commit b07203b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# Global ----

Sys.setenv(OPENSSL_CONF="/dev/null") #added 202300925 on new container for server use of webshot/phantomjs
Sys.setenv(OPENSSL_CONF="/dev/null") #added 20230925 on new container for server use of webshot/phantomjs
#Sys.setenv(ORACLE_HOME="/ora1/app/oracle/product/11.2.0/dbhome_1") #220707 HJF change with continued ODBC connection issues
source('./scripts/global_libraries.R', local = TRUE)$value

Expand Down Expand Up @@ -43,15 +43,15 @@ ui <- dashboardPage(
tabName = "szone"
),
menuItem(
icon = icon("question-circle"),
icon = icon("question"),
text = "Instructions Wiki",
href = "https://github.com/leahcrowe/narwss_rwsas_apps/wiki"
)
)
),
## Body content
dashboardBody(
tagList(img(src = 'noaanefsclogo.PNG'), br()),
htmltools::tagList(tags$img(src = 'noaanefsclogo.PNG'), br()),
tags$head(tags$link(
rel = "icon", type = "image/png", href = "favicon.png"
)),
Expand Down

0 comments on commit b07203b

Please # to comment.