Skip to content

Commit

Permalink
Merge pull request #3376 from tomaslin/link-to-correct-canary-config
Browse files Browse the repository at this point in the history
fix(titus): fix link to canary config name
  • Loading branch information
tomaslin committed Mar 10, 2017
2 parents 9771ebf + 4b2c4a1 commit 1851a7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ <h5>Analysis Config</h5>
<div class="row">
<div class="col-md-4 sm-label-right compact">Config Name</div>
<div class="col-md-6">
<a href="http://canary.prod.netflix.net/ui/canaryTasks/{{baseline.account}}/{{canaryConfig.canaryAnalysisConfig.name}}" target="_blank">
<a href="http://canary.prod.netflix.net/ui/canaryTasks/{{canaryDeployments[0].baselineCluster.accountName}}/{{canaryConfig.canaryAnalysisConfig.name}}" target="_blank">
{{canaryConfig.canaryAnalysisConfig.name}}
</a>
</div>
Expand Down

0 comments on commit 1851a7b

Please sign in to comment.