From 986596936ef31566c58e00671f8e18cc372ed6a0 Mon Sep 17 00:00:00 2001 From: seshukm Date: Tue, 25 Apr 2017 17:52:46 +0530 Subject: Create Issue of the SDN controller IssueId : CLIENT-203 Change-Id: Ic9d24da43a0d1328c3c2a91abb619560e9b543ee Signed-off-by: seshukm --- extsys/src/main/webapp/extsys/sdncontroller/js/app.js | 3 +++ extsys/src/main/webapp/extsys/sdncontroller/templates/controller.html | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'extsys') 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 @@
- +
-- cgit 1.2.3-korg