Skip to content
Snippets Groups Projects
Commit 6d6142eb authored by juanf's avatar juanf
Browse files

SSDM-1797 : Storage (ongoing work)

SVN: 34059
parent 528f05de
No related branches found
No related tags found
No related merge requests found
...@@ -158,7 +158,7 @@ function StorageListView(storageListController, storageListModel) { ...@@ -158,7 +158,7 @@ function StorageListView(storageListController, storageListModel) {
'overflow' : 'auto' 'overflow' : 'auto'
}; };
var container = "<div class='col-md-12 form-horizontal' id='storage-pop-up-container'></div><br><a class='btn btn-default' id='storage-close'>Accept</a>" var container = "<div class='col-md-12 form-horizontal' id='storage-pop-up-container'></div><br><a class='btn btn-default' id='storage-accept'>Accept</a>"
Util.blockUI(container, css); Util.blockUI(container, css);
...@@ -177,7 +177,7 @@ function StorageListView(storageListController, storageListModel) { ...@@ -177,7 +177,7 @@ function StorageListView(storageListController, storageListModel) {
storageController.bindSample(this._storageListModel.sample, this._storageListModel.isDisabled); storageController.bindSample(this._storageListModel.sample, this._storageListModel.isDisabled);
storageController.getView().repaint($("#storage-pop-up-container")); storageController.getView().repaint($("#storage-pop-up-container"));
$("#storage-close").on("click", function(event) { $("#storage-accept").on("click", function(event) {
storageController.isValid(function(isValid) { storageController.isValid(function(isValid) {
if(isValid) { if(isValid) {
Util.unblockUI(); Util.unblockUI();
......
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