Fix plans manager display to be less confusing when we show deprecated plans
This commit is contained in:
parent
e06a83faf9
commit
0a176d0abe
3 changed files with 15 additions and 27 deletions
|
@ -62,7 +62,7 @@
|
|||
</thead>
|
||||
|
||||
<tr ng-repeat="plan in plans" ng-show="isPlanVisible(plan, subscribedPlan)"
|
||||
ng-class="{'active':isPlanActive(plan, subscribedPlan), 'deprecated-plan':plan.deprecated}">
|
||||
ng-class="{'active':isPlanActive(plan, subscribedPlan)}">
|
||||
<td>
|
||||
{{ plan.title }}
|
||||
<div class="deprecated-plan-label" ng-show="plan.deprecated">
|
||||
|
|
Reference in a new issue