From: seshukm Date: Tue, 25 Apr 2017 12:22:46 +0000 (+0530) Subject: Create Issue of the SDN controller X-Git-Tag: release/mercury~17 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=986596936ef31566c58e00671f8e18cc372ed6a0;p=vnfsdk%2Frefrepo.git Create Issue of the SDN controller IssueId : CLIENT-203 Change-Id: Ic9d24da43a0d1328c3c2a91abb619560e9b543ee Signed-off-by: seshukm --- diff --git a/extsys/src/main/webapp/extsys/sdncontroller/js/app.js b/extsys/src/main/webapp/extsys/sdncontroller/js/app.js index 9a47d6c6..ab5fedc1 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 @@ var app = angular.module("ControllerApp", ["ui.router", "ngTable"]) $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 2d336101..d0bd5c1c 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 @@
- +