Spaces:
Running
Running
Rearranged buttons
Browse files
app/app.R
CHANGED
@@ -408,23 +408,22 @@ ui <- shinydashboardPlus::dashboardPage(
|
|
408 |
width = "95%")
|
409 |
),
|
410 |
|
411 |
-
|
412 |
column(2,
|
413 |
-
markdown("#### **
|
414 |
switchInput(
|
415 |
-
inputId = "
|
416 |
onLabel = "Yes",
|
417 |
offLabel = "No",
|
418 |
value = TRUE)
|
419 |
),
|
420 |
|
421 |
column(2,
|
422 |
-
markdown("#### **
|
423 |
switchInput(
|
424 |
-
inputId = "
|
425 |
onLabel = "Yes",
|
426 |
offLabel = "No",
|
427 |
-
value =
|
428 |
),
|
429 |
|
430 |
column(2,
|
|
|
408 |
width = "95%")
|
409 |
),
|
410 |
|
|
|
411 |
column(2,
|
412 |
+
markdown("#### **Cumulative**"),
|
413 |
switchInput(
|
414 |
+
inputId = "kpi_cumulative",
|
415 |
onLabel = "Yes",
|
416 |
offLabel = "No",
|
417 |
value = TRUE)
|
418 |
),
|
419 |
|
420 |
column(2,
|
421 |
+
markdown("#### **Hide Pending**"),
|
422 |
switchInput(
|
423 |
+
inputId = "kpi_hide_pending",
|
424 |
onLabel = "Yes",
|
425 |
offLabel = "No",
|
426 |
+
value = FALSE)
|
427 |
),
|
428 |
|
429 |
column(2,
|