Skip to content

Commit

Permalink
fix(kubernetes): fixes load balancer annotations details view (#3500)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpeach authored and lwander committed Apr 7, 2017
1 parent 30802a5 commit 4e1c052
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -167,8 +167,8 @@ <h3 select-on-dbl-click>
</collapsible-section>
<collapsible-section heading="Service Annotations" ng-if="loadBalancer.description.serviceAnnotations">
<dl class="dl-horizontal dl-flex">
<kubernetes-annotation-details annotations="loadBalancer.description.serviceAnnotations">
</kubernetes-annotation-details>
<kubernetes-key-value-details map="loadBalancer.description.serviceAnnotations">
</kubernetes-key-value-details>
</dl>
</collapsible-section>
</div>
Expand Down

0 comments on commit 4e1c052

Please sign in to comment.