Skip to content

Commit

Permalink
0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cpanse committed Dec 14, 2017
1 parent f35314c commit 9dd5876
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Type: Package
Title: Performs shiny application on bfabric data
Author: Christian Trachsel [cre, aut], Christian Panse [cre, aut]
Maintainer: Christian Trachsel<cp@fgcz.ethz.ch>
Version: 0.1.50
Version: 0.9.0
Description: provides access modules and functions to interact with the FGCZ's
bfabric system. The package contains shiny applications, e.g., to allow the FGCZ user
to automatically generate a certain set of queues for thermo instruments.
Expand Down
2 changes: 1 addition & 1 deletion inst/shiny/queue_generator9/server.R
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ shinyServer(function(input, output, session) {
# https://fgcz-bfabric-test.uzh.ch/bfabric/userlab/show-workunit.html?id=154014
actionButton("download",
paste("bfabric download workunit", values$wuid),
onclick = paste("window.open('https://fgcz-bfabric-test.uzh.ch/bfabric/userlab/show-workunit.html?id=",
onclick = paste("window.open('https://fgcz-bfabric.uzh.ch/bfabric/userlab/show-workunit.html?id=",
values$wuid, "', '_blank')", sep=''))
}else{
actionButton('generate', 'Download configuration')
Expand Down

0 comments on commit 9dd5876

Please sign in to comment.