mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-06-23 16:57:50 +00:00
Update add-server-dialog.component.ts
This commit is contained in:
@ -158,7 +158,7 @@ export class AddServerDialogComponent implements OnInit {
|
||||
}
|
||||
},
|
||||
error => {
|
||||
this.toasterService.error('Cannot connect to the server.')
|
||||
this.toasterService.error('Cannot connect to the server: ' + error)
|
||||
}
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user