Commit 85d575ef authored by Jie Yuan's avatar Jie Yuan
Browse files

add hostname support in service component history component

parent b0cc8df2
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -29,6 +29,7 @@ export class ServiceComponentHistoryComponent implements OnInit, OnDestroy {
    const sessionData = sessionStorage.getItem('currentServComp');
    if (sessionData !== null) {
      this.servComp = JSON.parse(sessionData);
      this.servCompHost = this.servComponentService.getSelectedServCompHost();
    } else {
      this.servComp = new ServiceComponent('default');
      this.servComp = servComponentService.getSelectedServComp();