[
https://issues.apache.org/jira/browse/STRATOS-555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sajith Kariyawasam resolved STRATOS-555.
----------------------------------------
Resolution: Fixed
Fix Version/s: 4.0.0
Assignee: Sajith Kariyawasam
There was a small issue with the variable names (as shown below) .. fixed in
commit b44546a5aae8a9a0350ffe0fa6e5c8d26aab0a44
<div class="data-title">Access URLs:</div>
- {{#each cartridgeInfo.portMapping}}
+ {{#each cartridgeInfo.portMappings}}
<div>
- <a target="_blank"
href="{{protocol}}://{{../cartridgeInfo.hostName}}:{{proxyport}}">{{protocol}}://{{../cartridgeInfo.hostName}}:{{proxyport}}</a>
+ <a target="_blank"
href="{{protocol}}://{{../cartridgeInfo.hostName}}:{{proxyPort}}">{{protocol}}://{{../cartridgeInfo.hostName}}:{{proxyPort}}</a>
</div>
{{/each}}
> The access urls are wrong in the UI for cartidges
> -------------------------------------------------
>
> Key: STRATOS-555
> URL: https://issues.apache.org/jira/browse/STRATOS-555
> Project: Stratos
> Issue Type: Bug
> Reporter: Chanaka Jayasena
> Assignee: Sajith Kariyawasam
> Fix For: 4.0.0
>
> Attachments: 0001-STRATOS-555.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.2#6252)