X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=src%2Fapp%2Fadmin%2Fview-edit%2Fansible-server.component.ts;fp=src%2Fapp%2Fadmin%2Fview-edit%2Fansible-server.component.ts;h=b629b657a54011d39437e50961d50a213f44c04e;hb=aa60945d2903ff60c4cdeebae76fbf569c91e444;hp=6691092949c16c775bb4f1432b1591e9460df9f9;hpb=0141df20b1f533cd2acabdf7ea986aebab8d6868;p=appc%2Fcdt.git diff --git a/src/app/admin/view-edit/ansible-server.component.ts b/src/app/admin/view-edit/ansible-server.component.ts index 6691092..b629b65 100644 --- a/src/app/admin/view-edit/ansible-server.component.ts +++ b/src/app/admin/view-edit/ansible-server.component.ts @@ -1,7 +1,7 @@ /* ============LICENSE_START========================================== =================================================================== -Copyright (C) 2018-2020 AT&T Intellectual Property. All rights reserved. +Copyright (C) 2018 AT&T Intellectual Property. All rights reserved. =================================================================== Unless otherwise specified, all software contained herein is licensed @@ -78,7 +78,7 @@ export class AnsibleServerComponent implements OnInit { } ngOnInit() { - this.currentUser = sessionStorage['userId']; + this.currentUser = localStorage['userId']; this.item = JSON.parse(sessionStorage.getItem("ansibleserver")); this.updateIndex = parseInt(sessionStorage.getItem("updateIndex")); console.log("index===>"+this.updateIndex);