Skip to content
Snippets Groups Projects
Commit 8616fea0 authored by juanf's avatar juanf
Browse files

SSDM-2435 : Polishing layout

SVN: 34780
parent 1e9fe78a
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@
</script>
</head>
<body>
<div class="container">
<div class="container-fluid">
<div class="row">
<div class="col-md-12" id ="dataset-uploader-form"></div>
</div>
......
......@@ -68,7 +68,8 @@ function DataSetFormView(dataSetFormController, dataSetFormModel) {
$dataSetTypeFieldSet.append($dataSetTypeDropDown);
var owner = this._dataSetFormModel.sampleOrExperiment.identifier;
$dataSetTypeFieldSet.append(FormUtil.getFieldForTextWithLabel(owner, "Sample"));
var ownerLabel = (owner.split("/").length === 3)?"Sample":"Experiment";
$dataSetTypeFieldSet.append(FormUtil.getFieldForTextWithLabel(owner, ownerLabel));
//
// Registration and modification info
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment