mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-06-20 23:55:04 +00:00
Context menu for list of items
This commit is contained in:
@ -45,6 +45,10 @@ export class MockedProjectService {
|
||||
add() {
|
||||
return of(this.projects.pop);
|
||||
}
|
||||
|
||||
isReadOnly(project: Project){
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
describe('AddBlankProjectDialogComponent', () => {
|
||||
|
Reference in New Issue
Block a user