Skip to content

Commit

Permalink
Merge pull request #601 from Sage-Bionetworks/FDS-1756-dashboard-timeout
Browse files Browse the repository at this point in the history
update sage logo in waiter
  • Loading branch information
afwillia authored Jun 6, 2024
2 parents fc88320 + cae5ffd commit 1f8dee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/dashboard/dashboard.R
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ dashboard <- function(id, syn.store, project.scope, schema, schema.display.name,
# initiate partial loading screen for generating plot
dcWaiter(
"show",
id = ns("tab-container"), url = "www/img/logo.svg", custom_spinner = TRUE,
id = ns("tab-container"), url = "www/img/sage-loader.svg", custom_spinner = TRUE,
msg = "Loading, please wait..."
)

Expand Down

0 comments on commit 1f8dee8

Please sign in to comment.