From: c00149107 Date: Wed, 26 Apr 2017 10:12:51 +0000 (+0800) Subject: Fix detail tab issues X-Git-Tag: release/mercury~10 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=abfee4d5a0a926e624df29b9bbbb2ba601a7620b;p=vnfsdk%2Frefrepo.git Fix detail tab issues Fix detail tab issues Change-Id: I24f0f9a0e7d36a9822d4cc426fbc27b99851bcd2 Issue-ID:CLIENT-200 Signed-off-by: c00149107 --- diff --git a/lifecyclemgr/src/main/webapp/lifecyclemgr/js/app.js b/lifecyclemgr/src/main/webapp/lifecyclemgr/js/app.js index 529f1be9..8803c623 100644 --- a/lifecyclemgr/src/main/webapp/lifecyclemgr/js/app.js +++ b/lifecyclemgr/src/main/webapp/lifecyclemgr/js/app.js @@ -721,7 +721,7 @@ var app = angular.module("lcApp", ["ui.router", "ngTable"])/*, 'ui.bootstrap', ' $scope.init = function() { //console.log("Underlay VPN... ng-init + " + $rootScope.lcmModelTemplate); - DataService.getUnderlayData() + DataService.getUnderlayData($stateParams.id) .then(function(response){ $scope.underlayVPN = []; $scope.underlayVPN[0] = response;