From 2fffc13200aeba268f0aaf3fe6ab8b5280a8f6ae Mon Sep 17 00:00:00 2001 From: c00149107 Date: Wed, 26 Apr 2017 19:01:39 +0800 Subject: fix Delete sdncontroller failed issue fix Delete sdncontroller failed issue Change-Id: I167cbc897342b86aa13c364d3f719c85d738171c Issue-ID:CLIENT-200 Signed-off-by: c00149107 --- extsys/src/main/webapp/extsys/sdncontroller/js/app.js | 2 +- extsys/src/main/webapp/extsys/sdncontroller/templates/controller.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'extsys/src/main/webapp') 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 @@ - - + + -- cgit 1.2.3-korg