List restyled

This commit is contained in:
piotrpekala7
2020-05-04 16:36:14 +02:00
parent 6b6ac2f312
commit fe51a1797d
4 changed files with 50 additions and 15 deletions

View File

@ -180,6 +180,7 @@ export class ProjectMapComponent implements OnInit, OnDestroy {
}),
mergeMap((project: Project) => {
this.project = project;
this.projectService.open(this.server, this.project.project_id);
this.title.setTitle(this.project.name);
if (this.mapSettingsService.interfaceLabels.has(project.project_id)) {