From: c00149107 Date: Wed, 26 Apr 2017 11:01:39 +0000 (+0800) Subject: fix Delete sdncontroller failed issue X-Git-Tag: release/mercury~8 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=2fffc13200aeba268f0aaf3fe6ab8b5280a8f6ae;p=vnfsdk%2Frefrepo.git fix Delete sdncontroller failed issue fix Delete sdncontroller failed issue Change-Id: I167cbc897342b86aa13c364d3f719c85d738171c Issue-ID:CLIENT-200 Signed-off-by: c00149107 --- diff --git a/extsys/src/main/webapp/extsys/sdncontroller/js/app.js b/extsys/src/main/webapp/extsys/sdncontroller/js/app.js index 1fd60c99..e856ef7d 100644 --- a/extsys/src/main/webapp/extsys/sdncontroller/js/app.js +++ b/extsys/src/main/webapp/extsys/sdncontroller/js/app.js @@ -287,7 +287,7 @@ var app = angular.module("ControllerApp", ["ui.router", "ngTable"]) "msg": "Do you really wanted to Delete?.", "buttons": [ { - "text": "Ok", "action": "deleteConfirmation("+id+")" + "text": "Ok", "action": "deleteConfirmation('"+[id]+"')" }] }}; angular.forEach($scope.checkboxes.items, function(value) { diff --git a/extsys/src/main/webapp/extsys/sdncontroller/templates/controller.html b/extsys/src/main/webapp/extsys/sdncontroller/templates/controller.html index d0bd5c1c..a97550db 100644 --- a/extsys/src/main/webapp/extsys/sdncontroller/templates/controller.html +++ b/extsys/src/main/webapp/extsys/sdncontroller/templates/controller.html @@ -60,8 +60,8 @@ - - + +