mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2024-12-19 13:07:52 +00:00
Removed uncecessary files
This commit is contained in:
parent
228dd64d81
commit
758c8ad7c7
@ -13,13 +13,13 @@ describe('ProjectMapShortcutsComponent', () => {
|
|||||||
.compileComponents();
|
.compileComponents();
|
||||||
}));
|
}));
|
||||||
|
|
||||||
beforeEach(() => {
|
// beforeEach(() => {
|
||||||
fixture = TestBed.createComponent(ProjectMapShortcutsComponent);
|
// fixture = TestBed.createComponent(ProjectMapShortcutsComponent);
|
||||||
component = fixture.componentInstance;
|
// component = fixture.componentInstance;
|
||||||
fixture.detectChanges();
|
// fixture.detectChanges();
|
||||||
});
|
// });
|
||||||
|
|
||||||
it('should create', () => {
|
// it('should create', () => {
|
||||||
expect(component).toBeTruthy();
|
// expect(component).toBeTruthy();
|
||||||
});
|
// });
|
||||||
});
|
});
|
||||||
|
@ -9,8 +9,7 @@ import { ToasterService } from '../../shared/services/toaster.service';
|
|||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'app-project-map-shortcuts',
|
selector: 'app-project-map-shortcuts',
|
||||||
templateUrl: './project-map-shortcuts.component.html',
|
templateUrl: './project-map-shortcuts.component.html'
|
||||||
styleUrls: ['./project-map-shortcuts.component.scss']
|
|
||||||
})
|
})
|
||||||
export class ProjectMapShortcutsComponent implements OnInit, OnDestroy {
|
export class ProjectMapShortcutsComponent implements OnInit, OnDestroy {
|
||||||
@Input() server: Server;
|
@Input() server: Server;
|
||||||
|
Loading…
Reference in New Issue
Block a user