Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ivokwee committed May 12, 2023
2 parents 0a8e4f3 + a505468 commit da2a837
Show file tree
Hide file tree
Showing 7 changed files with 47 additions and 1,148 deletions.
1 change: 0 additions & 1 deletion components/00SourceAll.R
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ if(!file.exists('00SourceAll.R')) {
source('board.upload/R/upload_plot_pcaplot.R',encoding='UTF-8')
source('board.upload/R/upload_server.R',encoding='UTF-8')
source('board.upload/R/upload_ui.R',encoding='UTF-8')
source('board.upload/R/UploadModule.R',encoding='UTF-8')
source('board.user/R/user_server.R',encoding='UTF-8')
source('board.user/R/user_ui.R',encoding='UTF-8')
source('board.wgcna/R/wgcna_plot_correlation_network.R',encoding='UTF-8')
Expand Down
3 changes: 1 addition & 2 deletions components/app/R/ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ app_ui <- function() {
#-------------------------------------------------------
## Build USERMENU
#-------------------------------------------------------
user.tab <- tabView(title = "Settings", id="user", UserInputs("user"), UserUI("user"))

upgrade.tab <- NULL
if(opt$AUTHENTICATION == "firebase") {
Expand Down Expand Up @@ -339,7 +338,7 @@ app_ui <- function() {
##"User",
shiny::textOutput("current_user", inline = TRUE),
bigdash::navbarDropdownTab(
"Settings",
"Profile",
"userSettings"
),
upgrade.tab,
Expand Down
Loading

0 comments on commit da2a837

Please sign in to comment.