commit | 986596936ef31566c58e00671f8e18cc372ed6a0 | [log] [tgz] |
---|---|---|
author | seshukm <seshu.kumar.m@huawei.com> | Tue Apr 25 17:52:46 2017 +0530 |
committer | seshukm <seshu.kumar.m@huawei.com> | Tue Apr 25 17:52:46 2017 +0530 |
tree | 7e4550321f217f5975c038ba51b1d417dee207dd | |
parent | 462340084508d7c79685bdb04e87bed41010a1b6 [diff] |
Create Issue of the SDN controller IssueId : CLIENT-203 Change-Id: Ic9d24da43a0d1328c3c2a91abb619560e9b543ee Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
diff --git a/extsys/src/main/webapp/extsys/sdncontroller/js/app.js b/extsys/src/main/webapp/extsys/sdncontroller/js/app.js index 9a47d6c..ab5fedc 100644 --- a/extsys/src/main/webapp/extsys/sdncontroller/js/app.js +++ b/extsys/src/main/webapp/extsys/sdncontroller/js/app.js
@@ -239,6 +239,9 @@ $scope.textboxErrPassword = false; } $scope.saveData = function (id) { + + $scope.ext.protocol = $('#protocolDD').val(); + if (!$scope.textboxErrName && !$scope.textboxErrURL && !$scope.textboxErrUserName && !$scope.textboxErrPassword) { if (id) { //edit data
diff --git a/extsys/src/main/webapp/extsys/sdncontroller/templates/controller.html b/extsys/src/main/webapp/extsys/sdncontroller/templates/controller.html index 2d33610..d0bd5c1 100644 --- a/extsys/src/main/webapp/extsys/sdncontroller/templates/controller.html +++ b/extsys/src/main/webapp/extsys/sdncontroller/templates/controller.html
@@ -130,7 +130,7 @@ <div class="form-group row"> <label class="col-xs-4 col-form-label">Protocol</label> <div id="protocol" class="col-xs-8" > - <select id="protocolDD" class="form-control inputfield" ng-model="ne.optSelect"></select> + <select id="protocolDD" class="form-control inputfield" ng-model="ext.protocol"></select> </div> </div>