mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2024-12-27 16:28:50 +00:00
Update log-console.component.ts
This commit is contained in:
parent
506394336b
commit
e89a8c79f2
@ -88,13 +88,13 @@ export class LogConsoleComponent implements OnInit, AfterViewInit, OnDestroy {
|
||||
message: message
|
||||
});
|
||||
});
|
||||
this.errorSubscription = this.projectWebServiceHandler.warningNotificationEmitter.subscribe((message) => {
|
||||
this.warningSubscription = this.projectWebServiceHandler.warningNotificationEmitter.subscribe((message) => {
|
||||
this.showMessage({
|
||||
type: 'warning',
|
||||
message: message
|
||||
});
|
||||
});
|
||||
this.errorSubscription = this.projectWebServiceHandler.infoNotificationEmitter.subscribe((message) => {
|
||||
this.infoSubscription = this.projectWebServiceHandler.infoNotificationEmitter.subscribe((message) => {
|
||||
this.showMessage({
|
||||
type: 'info',
|
||||
message: message
|
||||
|
Loading…
Reference in New Issue
Block a user