diff --git a/src/app/app.component.ts b/src/app/app.component.ts index ac26813..1399f52 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -365,8 +365,8 @@ export class AppComponent implements OnInit, OnDestroy { title: this.stakeholder.name, logoUrl: StringUtils.getLogoUrl(this.stakeholder), logoSmallUrl: StringUtils.getLogoUrl(this.stakeholder), - logoInfo: '
Monitor
' + - '
Dashboard
', + logoInfo: '
Monitor Dashboard
' + + '
' + this.stakeholder.name + '
', position: 'left', badge: true, menuPosition: "center" @@ -378,8 +378,8 @@ export class AppComponent implements OnInit, OnDestroy { title: this.stakeholder.name, logoUrl: StringUtils.getLogoUrl(this.stakeholder), logoSmallUrl: StringUtils.getLogoUrl(this.stakeholder), - logoInfo: '
Monitor Admin
' + - '
Dashboard
', + logoInfo: '
Monitor Admin Dashboard
' + + '
' + this.stakeholder.name + '
', position: 'left', badge: true, menuPosition: "center"