Remove goToSystemStatus() after merge

This commit is contained in:
grossmj 2023-02-01 10:42:14 +08:00
parent 7ac3a628a4
commit 6aa6647f53

View File

@ -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[]) => {