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
|
@ -19,7 +19,14 @@
|
|||
existing repositories.
|
||||
</div>
|
||||
|
||||
<table class="co-table">
|
||||
<div class="empty" ng-if="!prototypes.length">
|
||||
<div class="empty-primary-msg">No default permissions defined.</div>
|
||||
<div class="empty-secondary-msg">
|
||||
Click the "Create Default Permission" button above to create a new default permission.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<table class="co-table" ng-show="prototypes.length">
|
||||
<thead>
|
||||
<td>
|
||||
<span class="context-tooltip"
|
||||
|
|
Reference in a new issue