mirror of
https://github.com/dylanbenzi/hurricane_normalization_app.git
synced 2026-07-30 05:08:57 +00:00
add storm metric summary in storm selector
This commit is contained in:
@@ -68,18 +68,8 @@ ui <- page_navbar(
|
||||
card_body(
|
||||
class = "p-1",
|
||||
div(
|
||||
div(tags$small(class = "text-muted", "MMH23 Loss")),
|
||||
#div(textOutput("dt_mmh_loss"))
|
||||
)
|
||||
)
|
||||
),
|
||||
card(
|
||||
class = "bg-light",
|
||||
card_body(
|
||||
class = "p-1",
|
||||
div(
|
||||
div(tags$small(class = "text-muted", "Direct Deaths")),
|
||||
div("hi")
|
||||
div(tags$small(class = "text-muted", "Track Observations")),
|
||||
h6(strong(textOutput("dt_track_observations")))
|
||||
)
|
||||
)
|
||||
),
|
||||
@@ -89,7 +79,7 @@ ui <- page_navbar(
|
||||
class = "p-1",
|
||||
div(
|
||||
div(tags$small(class = "text-muted", "Max Category")),
|
||||
div("hi")
|
||||
h6(strong(textOutput("dt_max_category")))
|
||||
)
|
||||
)
|
||||
),
|
||||
@@ -98,8 +88,18 @@ ui <- page_navbar(
|
||||
card_body(
|
||||
class = "p-1",
|
||||
div(
|
||||
div(tags$small(class = "text-muted", "Track Observations")),
|
||||
div("hi")
|
||||
div(tags$small(class = "text-muted", "Max Windspeed")),
|
||||
h6(strong(textOutput("dt_max_windspeed")))
|
||||
)
|
||||
)
|
||||
),
|
||||
card(
|
||||
class = "bg-light",
|
||||
card_body(
|
||||
class = "p-1",
|
||||
div(
|
||||
div(tags$small(class = "text-muted", "Min Pressure")),
|
||||
h6(strong(textOutput("dt_min_pressure")))
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user