From 04a6b9c101cf03bc57f74e2869985cb162531978 Mon Sep 17 00:00:00 2001 From: pkupczyk <pkupczyk> Date: Tue, 4 Sep 2012 12:01:59 +0000 Subject: [PATCH] CCS-6 BaSynthec : Strain DB Integration - small renaming SVN: 26509 --- eu_basynthec/source/html/browser/basynthec-browser.js | 4 ++-- eu_basynthec/source/html/browser/index.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eu_basynthec/source/html/browser/basynthec-browser.js b/eu_basynthec/source/html/browser/basynthec-browser.js index cb7c4f1858a..4e229f9fcc4 100644 --- a/eu_basynthec/source/html/browser/basynthec-browser.js +++ b/eu_basynthec/source/html/browser/basynthec-browser.js @@ -558,11 +558,11 @@ AppModel.prototype.initializeOd600WithPhenotypesAndPredictionsModel = function(c model.od600StrainsWithPhenotypesAndPredictionsGroups = []; model.od600StrainsWithPhenotypesAndPredictionsGroups.push({ - "mainGroupName" : "Known strains with phenotypes and predictions", + "mainGroupName" : "Strains with phenotypes, predictions and data in OpenBIS", "groups" : createStrainGroups(strainsKnownToOpenbisWithPhenotypesAndPredictions) }); model.od600StrainsWithPhenotypesAndPredictionsGroups.push({ - "mainGroupName" : "Unknown strains with phenotypes or predictions", + "mainGroupName" : "Strains with phenotypes or predictions but no data in OpenBIS", "groups" : createStrainGroups(strainsUnknownToOpenbisWithPhenotypesOrPredictions) }); diff --git a/eu_basynthec/source/html/browser/index.html b/eu_basynthec/source/html/browser/index.html index 780de5d2ad4..1b144b0bd8e 100644 --- a/eu_basynthec/source/html/browser/index.html +++ b/eu_basynthec/source/html/browser/index.html @@ -109,7 +109,7 @@ $(document).ready(function() { <input type="radio" name="groupgroup" id="groupradio1" checked> <label for="groupradio1">Data Set Type</label> <input type="radio" name="groupgroup" id="groupradio2"> <label for="groupradio2">Strains</label> <input type="radio" name="groupgroup" id="groupradio3"> <label for="groupradio3">OD600</label> - <input type="radio" name="groupgroup" id="groupradio4"> <label for="groupradio4">OD600 with phenotypes and predictions</label> + <input type="radio" name="groupgroup" id="groupradio4"> <label for="groupradio4">Strain DB</label> </div> </div> -- GitLab