diff options
author | c00149107 <chenchuanyu@huawei.com> | 2017-04-26 18:12:51 +0800 |
---|---|---|
committer | c00149107 <chenchuanyu@huawei.com> | 2017-04-26 18:12:51 +0800 |
commit | abfee4d5a0a926e624df29b9bbbb2ba601a7620b (patch) | |
tree | dae9469910f8ef1b2db7d5c2d93021c37ce9cad1 /lifecyclemgr | |
parent | 27cc62da7d4b93ead42dae80068d9b398ea6b50f (diff) |
Fix detail tab issues
Fix detail tab issues
Change-Id: I24f0f9a0e7d36a9822d4cc426fbc27b99851bcd2
Issue-ID:CLIENT-200
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
Diffstat (limited to 'lifecyclemgr')
-rw-r--r-- | lifecyclemgr/src/main/webapp/lifecyclemgr/js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
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;
|