Skip to content

Commit

Permalink
(titus) - fix issue where capacity group does not show on the sidebar…
Browse files Browse the repository at this point in the history
… if min == max
  • Loading branch information
tomaslin committed Mar 16, 2018
1 parent 6e93456 commit c6279c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions serverGroup/details/serverGroupDetails.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ <h4 class="text-center" ng-if="serverGroup.isDisabled">[TITUS JOB IS DISABLED]</
<dd>{{serverGroup.capacity.desired}}</dd>
<dt>Current</dt>
<dd>{{serverGroup.instances.length}}</dd>
<dt ng-if="serverGroup.capacityGroup">Cap. Group</dt>
<dd ng-if="serverGroup.capacityGroup">{{serverGroup.capacityGroup}}</dd>
</dl>
<dl class="dl-horizontal dl-flex"
ng-if="serverGroup.capacity.min !== serverGroup.capacity.max">
Expand Down

0 comments on commit c6279c2

Please sign in to comment.