mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-01-02 19:16:44 +00:00
Remove goToSystemStatus() after merge
This commit is contained in:
parent
7ac3a628a4
commit
6aa6647f53
@ -69,12 +69,6 @@ export class ProjectsComponent implements OnInit {
|
||||
this.projectService.projectListSubject.subscribe(() => this.refresh());
|
||||
}
|
||||
|
||||
goToSystemStatus() {
|
||||
this.router
|
||||
.navigate(['/server', this.server.id, 'systemstatus'])
|
||||
.catch((error) => this.toasterService.error('Cannot navigate to the system status'));
|
||||
}
|
||||
|
||||
refresh() {
|
||||
this.projectService.list(this.controller).subscribe(
|
||||
(projects: Project[]) => {
|
||||
|
Loading…
Reference in New Issue
Block a user