Skip to content

Commit

Permalink
fix(ui): Type field missing for CLB detail view (#7504)
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyhebebrand authored and christopherthielen committed Oct 11, 2019
1 parent a082909 commit b382a22
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ <h3 class="horizontal middle space-between flex-1" select-on-dbl-click>
</dd>
<dt>Subnet</dt>
<dd>{{ctrl.getFirstSubnetPurpose(ctrl.loadBalancer.subnetDetails)}}</dd>
<dt ng-if="ctrl.ipAddressTypeDescription">Type</dt>
<dd ng-if="ctrl.ipAddressTypeDescription">{{ctrl.loadBalancer.loadBalancerType}}</dd>
<dt ng-if="ctrl.loadBalancer.loadBalancerType">Type</dt>
<dd ng-if="ctrl.loadBalancer.loadBalancerType">{{ctrl.loadBalancer.loadBalancerType}}</dd>
<dt ng-if="ctrl.ipAddressTypeDescription">IP Type</dt>
<dd ng-if="ctrl.ipAddressTypeDescription">{{ctrl.ipAddressTypeDescription}}</dd>
</dl>
Expand Down

0 comments on commit b382a22

Please sign in to comment.