Skip to content

Commit

Permalink
feat(core): Add a new variable that is interpolated in instance links (
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyhebebrand committed Feb 1, 2021
1 parent b3ae753 commit 76cd8cd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export const InstanceLinks = ({ address, application, instance, moniker, environ
Object.assign({}, instance, moniker, {
ipAddress: address,
environment: environment,
embeddableIpAddress: (address || '').split('.').join('-'),
}),
);
}
Expand Down

0 comments on commit 76cd8cd

Please sign in to comment.