Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
Urbanite UI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
URBANITE
Open
Urbanite UI
Commits
d9911ac9
Commit
d9911ac9
authored
Jun 28, 2021
by
Marco Martorana
Browse files
Options
Downloads
Patches
Plain Diff
Cosmetic Bug Fix for wrong labels (Messina Use case)
parent
1ef5303d
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/app/pages/messina/heatmap/heatmap.component.ts
+4
-4
4 additions, 4 deletions
src/app/pages/messina/heatmap/heatmap.component.ts
src/app/pages/pages-menu.ts
+1
-1
1 addition, 1 deletion
src/app/pages/pages-menu.ts
with
5 additions
and
5 deletions
src/app/pages/messina/heatmap/heatmap.component.ts
+
4
−
4
View file @
d9911ac9
...
...
@@ -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
P
LT Critical Areas
Messina L
P
T 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 tra
n
sportation 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
P
LT Critical Areas
Messina L
P
T 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 tra
n
sportation are <b>stationary</b> for a certain time in a specific <b>period</b>.
</nb-card-footer>
</nb-card>
</div>
...
...
This diff is collapsed.
Click to expand it.
src/app/pages/pages-menu.ts
+
1
−
1
View file @
d9911ac9
...
...
@@ -81,7 +81,7 @@ export const MENU_ITEMS: NbMenuItem[] = [
link
:
'
/pages/messina/batch
'
,
},
{
title
:
'
Messina
P
LT Critical Areas
'
,
title
:
'
Messina L
P
T Critical Areas
'
,
link
:
'
/pages/messina/heatmap
'
,
}
],
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment