Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mark widgets as non timezone sensitive #14497

Merged
merged 1 commit into from
Apr 19, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ description: chart_hosts_summary_by_version
title: Hosts - Summary by Version
content_type: chart
options:
:timezone_matters: false
visibility:
:roles:
- _ALL_
Expand All @@ -14,4 +15,4 @@ miq_schedule_options:
:value: "1"
:unit: daily
enabled: true
read_only: true
read_only: true
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
description: Number of Nodes per CPU Cores Chart
title: Number of Nodes per CPU Cores Chart
content_type: chart
options: {}
options:
:timezone_matters: false
visibility:
:roles:
- _ALL_
Expand Down
1 change: 1 addition & 0 deletions product/dashboard/widgets/chart_pods_per_ready.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ description: Pods per Ready Status Chart
title: Pods per Ready Status Chart
content_type: chart
options:
:timezone_matters: false
visibility:
:roles:
- _ALL_
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ description: chart_virtual_infrastructure_platforms
title: Virtual Infrastructure Platforms
content_type: chart
options:
:timezone_matters: false
visibility:
:roles:
- _ALL_
Expand All @@ -14,4 +15,4 @@ miq_schedule_options:
:value: "1"
:unit: daily
enabled: true
read_only: true
read_only: true
1 change: 1 addition & 0 deletions product/dashboard/widgets/nodes_by_cpu_capacity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ options:
- name
- computer_system.hardware.cpu_total_cores
- computer_system.hardware.memory_mb
:timezone_matters: false
visibility:
:roles:
- _ALL_
Expand Down
1 change: 1 addition & 0 deletions product/dashboard/widgets/pods_per_ready.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ options:
:col_order:
- name
- ready_condition_status
:timezone_matters: false
visibility:
:roles:
- _ALL_
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ options:
:col_order:
- name
- containers_count
:timezone_matters: false
visibility:
:roles:
- _ALL_
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ options:
:col_order:
- name
- groups_count
:timezone_matters: false
visibility:
:roles:
- _ALL_
Expand Down
4 changes: 3 additions & 1 deletion product/dashboard/widgets/tenant_quotas.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
description: tenant_quotas
title: Tenant Quotas
content_type: report
options:
:timezone_matters: false
visibility:
:roles:
- _ALL_
Expand All @@ -13,4 +15,4 @@ miq_schedule_options:
:value: "1"
:unit: daily
enabled: true
read_only: true
read_only: true