mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-06-17 06:18:09 +00:00
Update nodes-menu.component.ts
This commit is contained in:
@ -45,7 +45,7 @@ export class NodesMenuComponent {
|
|||||||
await this.electronService.remote.require('./console-executor.js').openConsole(request);
|
await this.electronService.remote.require('./console-executor.js').openConsole(request);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
this.toasterService.error("Starting all nodes available only in Electron app.");
|
this.toasterService.error("Option to start all nodes not available in web browser.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user