Skip to content

Commit

Permalink
Merge pull request #104 from databio/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
vpnagraj authored Jun 18, 2019
2 parents 1790e09 + 3db4bef commit 2ddd6d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions apps/LOLAweb/app.R
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ ui <- list(
actionButton("run",
"RUN LOLA",
class = "runLOLA"),
HTML("<div id='samplereslink' style='padding-top:15px; padding-left:5px;'><a href = '?key=F1NJU8KSWI59H4E'>Sample Results</a></div>")
HTML("<div id='samplereslink' style='padding-top:15px; padding-left:5px;'><a href = '?key=M2LZOJXEQSKG98A'>Sample Results</a></div>")
),
id = "runInputs"),

Expand All @@ -112,7 +112,7 @@ ui <- list(
htmlOutput("messages"))
)),
tabPanel("Results",
fluidRow(div(HTML("<div class='alert alert-warning'><strong>Results</strong> is currently empty.<br>To generate result output, visit <strong>Run</strong> or view <a href = '?key=F1NJU8KSWI59H4E'>sample results</a>.</div>"), id = "noresultsmsg")
fluidRow(div(HTML("<div class='alert alert-warning'><strong>Results</strong> is currently empty.<br>To generate result output, visit <strong>Run</strong> or view <a href = '?key=M2LZOJXEQSKG98AE'>sample results</a>.</div>"), id = "noresultsmsg")
),
fluidRow(
column(10,
Expand Down
2 changes: 1 addition & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Docker pulls](https://img.shields.io/docker/pulls/databio/lolaweb.svg)](https://hub.docker.com/r/databio/lolaweb/) [![Build Status](https://travis-ci.org/databio/LOLAweb.svg?branch=master)](https://travis-ci.org/databio/LOLAweb)
[![Docker pulls](https://img.shields.io/docker/pulls/databio/lolaweb.svg)](https://hub.docker.com/r/databio/lolaweb/) [![Build Status](https://travis-ci.org/databio/LOLAweb.svg?branch=master)](https://travis-ci.org/databio/LOLAweb) [![](https://images.microbadger.com/badges/image/databio/lolaweb.svg)](https://microbadger.com/images/databio/lolaweb "Get your own image badge on microbadger.com")

# Shiny LOLAweb for Docker

Expand Down

0 comments on commit 2ddd6d6

Please sign in to comment.