Skip to content

Commit

Permalink
Merge pull request #25 from tillias/dev
Browse files Browse the repository at this point in the history
#23 Display microservice description in dependency view on mouse over
  • Loading branch information
tillias authored Oct 8, 2020
2 parents 7069fad + 411165e commit f9300fa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ export class DependencyDashboardComponent implements AfterViewInit {
return {
id: microservice.id,
label: microservice.name,
title: microservice.description,
};
}
}

0 comments on commit f9300fa

Please sign in to comment.