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
|
@ -82,7 +82,9 @@
|
|||
<!-- Plan and Usage -->
|
||||
<div id="usage" class="tab-pane" quay-require="['BILLING']">
|
||||
<h3>Plan Usage and Billing</h3>
|
||||
<div class="plan-manager" user="viewuser"></div>
|
||||
<div class="plan-manager" user="viewuser" has-subscription="hasSubscription"></div>
|
||||
<hr ng-show="hasSubscription">
|
||||
<div class="billing-options" user="viewuser" ng-show="hasSubscription"></div>
|
||||
</div>
|
||||
|
||||
<!-- Billing Invoices -->
|
||||
|
|
Reference in a new issue