Change monitor logo. Update libraries
This commit is contained in:
parent
806656c079
commit
484e8491c1
|
@ -81,7 +81,7 @@ export class AppComponent {
|
|||
params: BehaviorSubject<Params> = new BehaviorSubject<Params>(null);
|
||||
url: string;
|
||||
header: Header;
|
||||
logoPath: string = 'assets/common-assets/';
|
||||
logoPath: string = 'assets/common-assets/logo-services/monitor/';
|
||||
/* Contact */
|
||||
public showQuickContact: boolean;
|
||||
public showGetStarted: boolean = true;
|
||||
|
@ -131,8 +131,8 @@ export class AppComponent {
|
|||
route: "/",
|
||||
url: null,
|
||||
title: 'monitor',
|
||||
logoUrl: this.logoPath + 'logo-large-monitor.png',
|
||||
logoSmallUrl: this.logoPath + 'logo-small-monitor.png',
|
||||
logoUrl: this.logoPath + 'main.svg',
|
||||
logoSmallUrl: this.logoPath + 'small.svg',
|
||||
position: 'left',
|
||||
badge: true,
|
||||
menuPosition: 'center'
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit f5b4677b6307657d9288db91b8602f8b60530139
|
||||
Subproject commit 53a0cd733b074f967aa0b39749273762c6074e59
|
|
@ -1 +1 @@
|
|||
Subproject commit b5dcabf2668bb9230d6b0d77498e582834edbbab
|
||||
Subproject commit 940072a39728d0981d1b732468b9b8afa739428e
|
|
@ -1 +1 @@
|
|||
Subproject commit f4123f0969a438df43c953b07b5db7d471c6be91
|
||||
Subproject commit a6fbd5fdba27493d9b5bd59d92b632f08c7dbb96
|
Loading…
Reference in New Issue