Skip to content

Commit

Permalink
Put link to start test run
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjiva committed Nov 2, 2019
1 parent c0741fb commit e131779
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions distributor/src/distributor/website.bal
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ service mediaWebsite on mediaListener {
body = body + "<p/>";
body = body + "<p>All results released so far as single JSON value: "
+ "<a href='/allresults'>All Results</a>";
body = body + "<p>Another test run? <a href='http://resultstest.ecdev.opensource.lk:9999/start'>Start</a></p>";
body = body + "<p>Read subscriber startup message: <a href='info'>Here</a></p>";
body = body + "</body>";
string doc = "<html>" + head + body + "</html>";
Expand Down

0 comments on commit e131779

Please sign in to comment.