Show the billing options in the user and org views
This commit is contained in:
parent
7ea02c186a
commit
2105ad90a0
4 changed files with 15 additions and 6 deletions
|
@ -110,7 +110,10 @@
|
|||
<div id="usage" class="tab-pane" quay-require="['BILLING']">
|
||||
<h3>Plan Usage and Billing</h3>
|
||||
<div ng-if="isAdmin">
|
||||
<div class="plan-manager" organization="organization.name"></div>
|
||||
<div class="plan-manager" organization="organization.name"
|
||||
has-subscription="hasSubscription"></div>
|
||||
<hr ng-show="hasSubscription">
|
||||
<div class="billing-options" organization="organization" ng-show="hasSubscription"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Reference in a new issue