Skip to content
Snippets Groups Projects
Commit d9911ac9 authored by Marco Martorana's avatar Marco Martorana
Browse files

Cosmetic Bug Fix for wrong labels (Messina Use case)

parent 1ef5303d
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ import { MessinaClientService } from '../service/messina-client.service';
<div class="row d-flex justify-content-between align-items-center">
<nb-card class="col-6" [nbSpinner]="loading">
<nb-card-header>
Messina PLT Critical Areas
Messina LPT Critical Areas
<ngx-heatmap-filter (sendFilter)="updateMap1($event)" [selected]="selectedPeriod1"></ngx-heatmap-filter>
</nb-card-header>
<nb-card-body>
......@@ -22,12 +22,12 @@ import { MessinaClientService } from '../service/messina-client.service';
</div>
</nb-card-body>
<nb-card-footer>
Identification of <b>areas</b> where vehicles of public trasportation are <b>stationary</b> for a certain time in a specific <b>period</b>.
Identification of <b>areas</b> where vehicles of public transportation are <b>stationary</b> for a certain time in a specific <b>period</b>.
</nb-card-footer>
</nb-card>
<nb-card class="col-6" [nbSpinner]="loading">
<nb-card-header>
Messina PLT Critical Areas
Messina LPT Critical Areas
<ngx-heatmap-filter (sendFilter)="updateMap2($event)" [selected]="selectedPeriod2"></ngx-heatmap-filter>
</nb-card-header>
<nb-card-body>
......@@ -39,7 +39,7 @@ import { MessinaClientService } from '../service/messina-client.service';
</div>
</nb-card-body>
<nb-card-footer>
Identification of <b>areas</b> where vehicles of public trasportation are <b>stationary</b> for a certain time in a specific <b>period</b>.
Identification of <b>areas</b> where vehicles of public transportation are <b>stationary</b> for a certain time in a specific <b>period</b>.
</nb-card-footer>
</nb-card>
</div>
......
......@@ -81,7 +81,7 @@ export const MENU_ITEMS: NbMenuItem[] = [
link: '/pages/messina/batch',
},
{
title: 'Messina PLT Critical Areas',
title: 'Messina LPT Critical Areas',
link: '/pages/messina/heatmap',
}
],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment