Skip to content
Snippets Groups Projects

Resolve "Interface: add a "Continue" button on each page"

Open Elena Arsevska requested to merge 59-interface-add-a-continue-button-on-each-page into master
3 files
+ 59
9
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 3
1
@@ -9,6 +9,7 @@ library(shinydashboard)
library(rhandsontable)
library(shinyFiles)
library(shinycssloaders)
library(shinyjs)
#### MAIN VARIABLES ####
@@ -118,4 +119,5 @@ langHelpMatrix <- c(
)
# Tab item names
tabItemNames = c("fileTab", "unitTab", "riskTab", "weightTab", "resultTab")
Loading