mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-06-21 07:58:25 +00:00
Deletion supported in context menu
This commit is contained in:
@ -53,6 +53,10 @@ export class MockedNodeService {
|
||||
updatePosition(): Observable<Node> {
|
||||
return of(this.node);
|
||||
}
|
||||
|
||||
delete(server: Server, node: Node) {
|
||||
return of();
|
||||
}
|
||||
}
|
||||
|
||||
export class MockedDrawingService {
|
||||
|
Reference in New Issue
Block a user