Better empty messages on billing, prototype and application managers. Also properly handles the 404 for the invoices manager.
This commit is contained in:
parent
3a2f271362
commit
dddab60058
4 changed files with 27 additions and 6 deletions
|
@ -15,7 +15,15 @@
|
|||
The OAuth Applications panel allows organizations to define custom OAuth applications that can be used by internal or external customers to access <span class="registry-name"></span> data on behalf of the customers. More information about the <span class="registry-name"></span> API can be found by contacting support.
|
||||
</div>
|
||||
|
||||
<table class="co-table">
|
||||
<div class="empty" ng-if="!applications.length">
|
||||
<div class="empty-primary-msg">No OAuth applications defined.</div>
|
||||
<div class="empty-secondary-msg">
|
||||
Click the "Create New Application" button above to create a new OAuth application under
|
||||
this organization.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<table class="co-table" ng-show="applications.length">
|
||||
<thead>
|
||||
<td>Application Name</td>
|
||||
<td>Application URI</td>
|
||||
|
|
Reference in a new issue