Skip to content

Commit b5def85

Browse files
committed
grid KPIs boxes shown again after loading data
1 parent 2df101d commit b5def85

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

inst/shiny/server.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,8 @@ server <- function(input, output, session)
199199
show("settings_box_1")
200200
show("settings_box_2")
201201
show("tour_box")
202+
show("success_box")
202203
hide("excel_info_box")
203-
# hide("grid_box")
204204

205205
nms <- names(x) %>% str_replace_all("\\.", " ")
206206

inst/shiny/ui.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,6 @@ body <- dashboardBody(
318318
)),
319319
hidden(
320320
div(id = "success_box",
321-
322321
introBox(data.step = 2, data.intro = "The boxes contain basic information about the grid you uploaded.",
323322
fluidRow(
324323
div(id = "grid_kpi_boxes",
@@ -328,7 +327,7 @@ body <- dashboardBody(
328327
)
329328
)
330329
)
331-
)
330+
)
332331
),
333332

334333
#______ table -----------------

0 commit comments

Comments
 (0)