Skip to content
Snippets Groups Projects
Commit 0e3169cc authored by juanf's avatar juanf
Browse files

SSDM-1338: PAPER - PETER MIGRATION - Storage Improvements (Small fix)

SVN: 33210
parent 1885cd2d
No related branches found
No related tags found
No related merge requests found
......@@ -334,6 +334,7 @@ function SampleFormView(sampleFormController, sampleFormModel) {
//
if(this._sampleFormModel.mode !== FormMode.VIEW) {
var $updateBtn = $("<input>", { "type": "submit", "class" : "btn btn-primary", 'value' : title });
$formColumn.append($("<br>"));
$formColumn.append($updateBtn);
}
......
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