Fix detail tab issues
authorc00149107 <chenchuanyu@huawei.com>
Wed, 26 Apr 2017 10:12:51 +0000 (18:12 +0800)
committerc00149107 <chenchuanyu@huawei.com>
Wed, 26 Apr 2017 10:12:51 +0000 (18:12 +0800)
Fix detail tab issues

Change-Id: I24f0f9a0e7d36a9822d4cc426fbc27b99851bcd2
Issue-ID:CLIENT-200
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
lifecyclemgr/src/main/webapp/lifecyclemgr/js/app.js

index 529f1be..8803c62 100644 (file)
@@ -721,7 +721,7 @@ var app = angular.module("lcApp", ["ui.router", "ngTable"])/*, 'ui.bootstrap', '
 \r
         $scope.init = function() {\r
             //console.log("Underlay VPN... ng-init + " +  $rootScope.lcmModelTemplate);\r
-            DataService.getUnderlayData()\r
+            DataService.getUnderlayData($stateParams.id)\r
                 .then(function(response){\r
                     $scope.underlayVPN = [];\r
                     $scope.underlayVPN[0] = response;\r