From abfee4d5a0a926e624df29b9bbbb2ba601a7620b Mon Sep 17 00:00:00 2001 From: c00149107 Date: Wed, 26 Apr 2017 18:12:51 +0800 Subject: Fix detail tab issues Fix detail tab issues Change-Id: I24f0f9a0e7d36a9822d4cc426fbc27b99851bcd2 Issue-ID:CLIENT-200 Signed-off-by: c00149107 --- lifecyclemgr/src/main/webapp/lifecyclemgr/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lifecyclemgr') 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; -- cgit 1.2.3-korg