Skip to content

Commit 6513edc

Browse files
committed
minor changes in UI and library(shinyalert)
1 parent 63fbb93 commit 6513edc

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

server.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ library(shinyalert)
55
library(leaflet)
66
library(colorRamps)
77
library(lubridate)
8-
#library(rgeos)
98
library(rgdal)
109
library(data.table)
1110

ui.R

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
library(leaflet)
77
library(shinydashboard)
88
library(shinycssloaders)
9-
#library(shinyBS)
10-
#library(shinyalert)
11-
#library(lubridate)
9+
library(shinyalert)
1210

1311
# prepare UI
1412
shinyUI(fluidPage(
@@ -42,6 +40,7 @@ shinyUI(fluidPage(
4240
menuItem("Baseline Plot", tabName = "blplot", icon = icon("project-diagram")),
4341
#menuItem("Data Manager", tabName = "datman", icon = icon("folder-open")),
4442
#menuItem("Explanation", tabName = "expl", icon = icon("comment")),
43+
#menuItem("Settings", tabName = "settings", icon = icon("sliders-h")),
4544
menuItem("Manual", tabName = "manual", icon = icon("book-open")),
4645
#menuItem("Literature", tabName = "lit", icon = icon("book")),
4746
menuItem("Cite", tabName = "cite", icon = icon("graduation-cap"))
@@ -123,7 +122,7 @@ shinyUI(fluidPage(
123122
radioButtons(inputId = "blopt",
124123
label = "DInSAR approach:",
125124
choiceNames = list(
126-
"Persistent Scatterer PS", "Small BAseline Analysis SBAS"),
125+
"Persistent Scatterer PS", "Small BAseline Subset SBAS"),
127126
choiceValues = list(
128127
"ps.a", "sbas.a"),
129128
selected = "ps.a"),

www/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ h1, h2, h3, h4 { font-weight: 400; }
1515
height: calc(100vh - 80px) !important;
1616
}
1717

18+
/* the class "controls" is definde in ui.R */
1819
#controls {
1920
/* appearance */
2021
background-color: white;

0 commit comments

Comments
 (0)