Repository: climate Updated Branches: refs/heads/master a47ffc16a -> eb9d33dfb
CLIMATE-754 RCMED dataset parameters need to be more verbose Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/eb9d33df Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/eb9d33df Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/eb9d33df Branch: refs/heads/master Commit: eb9d33dfbbe0a12505dd5b19e43d130f6be05803 Parents: a47ffc1 Author: Lewis John McGibbney <[email protected]> Authored: Thu Feb 4 21:57:12 2016 -0800 Committer: Lewis John McGibbney <[email protected]> Committed: Thu Feb 4 21:57:12 2016 -0800 ---------------------------------------------------------------------- ocw-ui/frontend/app/views/selectrcmed.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/eb9d33df/ocw-ui/frontend/app/views/selectrcmed.html ---------------------------------------------------------------------- diff --git a/ocw-ui/frontend/app/views/selectrcmed.html b/ocw-ui/frontend/app/views/selectrcmed.html index 6b09f48..6270c85 100644 --- a/ocw-ui/frontend/app/views/selectrcmed.html +++ b/ocw-ui/frontend/app/views/selectrcmed.html @@ -26,7 +26,7 @@ under the License. </div> <div class="row top3">Select the dataset parameter that you would like to test.</div> <div class="row top3"> - <select class="form-control" ng-model="parameterSelection" ng-options="param as param.shortname for param in retrievedObsParams"></select> + <select class="form-control" ng-model="parameterSelection" ng-options="param as param.longname for param in retrievedObsParams"></select> </div> <div class="row top3">
