Skip to content

Commit

Permalink
feat(provider/cf): shorten the appsManagerUri (#6105)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jammy Louie authored and jkschneider committed Dec 5, 2018
1 parent 49ec771 commit fa9229c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export class CloudFoundryInfoDetailsSection extends React.Component<ICloudFoundr
<CollapsibleSection heading="Apps Manager" defaultExpanded={true}>
<div>
<a href={serverGroup.appsManagerUri} target="_blank">
{serverGroup.appsManagerUri}
Apps Manager
</a>
</div>
</CollapsibleSection>
Expand Down

0 comments on commit fa9229c

Please sign in to comment.