summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal
diff options
context:
space:
mode:
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);