Skip to content

Commit

Permalink
fix(ui): show external url also in entity profile of containers
Browse files Browse the repository at this point in the history
  • Loading branch information
Masterchen09 committed Sep 12, 2023
1 parent 303a2d0 commit 5833735
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ export class ContainerEntity implements Entity<Container> {
getOverridePropertiesFromEntity = (data: Container) => {
return {
name: this.displayName(data),
externalUrl: data.properties?.externalUrl,
entityCount: data.entities?.total,
};
};
Expand Down

0 comments on commit 5833735

Please sign in to comment.