mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-02-21 10:01:44 +00:00
Update default-layout.component.ts
This commit is contained in:
parent
823e9a4b59
commit
0e3dd69767
@ -8,7 +8,6 @@ import { ProgressService } from '../../common/progress/progress.service';
|
||||
import { RecentlyOpenedProjectService } from '../../services/recentlyOpenedProject.service';
|
||||
import { ServerManagementService } from '../../services/server-management.service';
|
||||
import { ToasterService } from '../../services/toaster.service';
|
||||
import { UserService } from '../../services/user.service';
|
||||
import { version } from './../../version';
|
||||
import { Server } from '../../models/server';
|
||||
|
||||
@ -38,8 +37,7 @@ export class DefaultLayoutComponent implements OnInit, OnDestroy {
|
||||
private toasterService: ToasterService,
|
||||
private progressService: ProgressService,
|
||||
private router: Router,
|
||||
private serverService: ServerService,
|
||||
private userService: UserService
|
||||
private serverService: ServerService
|
||||
) {}
|
||||
|
||||
ngOnInit() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user