Skip to content

Commit

Permalink
modified TenantQuotas report to show quota descrition instead of name
Browse files Browse the repository at this point in the history
  • Loading branch information
yrudman committed Oct 18, 2019
1 parent 3282645 commit f47bd58
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,21 @@ include:
tenant_quotas:
columns:
- name
- description
- total
- used
- allocated
- available
cols:
- name
- tenant_quotas.name
- tenant_quotas.description
- tenant_quotas.total
- tenant_quotas.used
- tenant_quotas.allocated
- tenant_quotas.available
col_order:
- name
- tenant_quotas.name
- tenant_quotas.description
- tenant_quotas.total
- tenant_quotas.used
- tenant_quotas.allocated
Expand Down

0 comments on commit f47bd58

Please sign in to comment.