Skip to content

Commit

Permalink
Mark widgets as non timezone sensitive
Browse files Browse the repository at this point in the history
followup to ManageIQ#14386
  • Loading branch information
kbrock committed Mar 27, 2017
1 parent be47178 commit 0fa51b2
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 4 deletions.
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
1 change: 1 addition & 0 deletions product/dashboard/widgets/projects_by_number_of_pods.yaml
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

0 comments on commit 0fa51b2

Please sign in to comment.