summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal
diff options
context:
space:
mode:
authorTao Shen <shentao@chinamobile.com>2019-06-17 02:50:55 +0000
committerGerrit Code Review <gerrit@onap.org>2019-06-17 02:50:55 +0000
commitab744bd0cdf9f893bc775f8eb7159e2df2f77996 (patch)
tree32e9c11599d6e6a88d72914d587fe6be543a328d /usecaseui-portal
parent4794a568f147b45044d9a4364482251be499ee17 (diff)
parentdb8ed98553a34acae2930cccdb688a3be3285f90 (diff)
Merge "UUI interface Multi-language development"
Diffstat (limited to 'usecaseui-portal')
-rw-r--r--usecaseui-portal/src/app/home/home.component.ts5
1 files changed, 4 insertions, 1 deletions
diff --git a/usecaseui-portal/src/app/home/home.component.ts b/usecaseui-portal/src/app/home/home.component.ts
index 4e18c71c..eaa87823 100644
--- a/usecaseui-portal/src/app/home/home.component.ts
+++ b/usecaseui-portal/src/app/home/home.component.ts
@@ -40,7 +40,7 @@ export class HomeComponent implements OnInit {
this.getHomeServiceBarVnfData();
this.getHomeServiceBarPnfData();
}
-
+
// services
serviceNumber:number = 0;
@@ -476,6 +476,9 @@ export class HomeComponent implements OnInit {
listSortMasters=null;
getListSortMasters(){
+ if(sessionStorage.getItem("DefaultLang") ==undefined){
+ sessionStorage.setItem("DefaultLang","en");
+ }
this.myhttp.getListSortMasters()
.subscribe((data)=>{
this.listSortMasters = JSON.stringify(data);