forked from ManageIQ/manageiq
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
70 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
67 changes: 67 additions & 0 deletions
67
product/reports/170_Configuration Management - Containers/140_Projects by Quota Items.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
--- | ||
title: Projects by Quota Items | ||
rpt_group: Custom | ||
rpt_type: Custom | ||
priority: | ||
db: ContainerQuota | ||
cols: | ||
- name | ||
include: | ||
container_project: | ||
columns: | ||
- name | ||
container_quota_items: | ||
columns: | ||
- resource | ||
- quota_desired_display | ||
- quota_enforced_display | ||
- quota_observed_display | ||
col_order: | ||
- container_project.name | ||
- name | ||
- container_quota_items.resource | ||
- container_quota_items.quota_desired_display | ||
- container_quota_items.quota_enforced_display | ||
- container_quota_items.quota_observed_display | ||
headers: | ||
- Project Name | ||
- Quota Name | ||
- Resource | ||
- Desired | ||
- Enforced | ||
- Observed | ||
conditions: | ||
order: Ascending | ||
sortby: | ||
- container_project.name | ||
- container_quota_items.resource | ||
group: | ||
graph: | ||
dims: | ||
filename: | ||
file_mtime: | ||
categories: [] | ||
timeline: | ||
template_type: report | ||
where_clause: | ||
db_options: {} | ||
generate_cols: | ||
generate_rows: | ||
col_formats: | ||
- | ||
- | ||
- | ||
- | ||
- | ||
- | ||
tz: | ||
time_profile_id: | ||
display_filter: | ||
col_options: {} | ||
rpt_options: | ||
:pdf: | ||
:page_size: US-Letter | ||
:queue_timeout: | ||
miq_group_id: 2 | ||
user_id: 1 | ||
menu_name: Projects by Quota Items |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
describe MiqReport do | ||
context "Seeding" do | ||
include_examples(".seed called multiple times", 144) | ||
include_examples(".seed called multiple times", 145) | ||
end | ||
end |