From 0fa51b2abbad7fccdca833f0e50ee1e8020fa59c Mon Sep 17 00:00:00 2001 From: Keenan Brock Date: Fri, 24 Mar 2017 12:03:15 -0400 Subject: [PATCH] Mark widgets as non timezone sensitive followup to https://github.com/ManageIQ/manageiq/pull/14386 --- product/dashboard/widgets/chart_hosts_summary_by_version.yaml | 3 ++- .../widgets/chart_number_of_nodes_per_cpu_cores.yaml | 3 ++- product/dashboard/widgets/chart_pods_per_ready.yaml | 1 + .../widgets/chart_virtual_infrastructure_platforms.yaml | 3 ++- product/dashboard/widgets/nodes_by_cpu_capacity.yaml | 1 + product/dashboard/widgets/pods_per_ready.yaml | 1 + .../dashboard/widgets/projects_by_number_of_containers.yaml | 1 + product/dashboard/widgets/projects_by_number_of_pods.yaml | 1 + product/dashboard/widgets/tenant_quotas.yaml | 4 +++- 9 files changed, 14 insertions(+), 4 deletions(-) diff --git a/product/dashboard/widgets/chart_hosts_summary_by_version.yaml b/product/dashboard/widgets/chart_hosts_summary_by_version.yaml index cc05774f5cb..da1ee3a4d95 100644 --- a/product/dashboard/widgets/chart_hosts_summary_by_version.yaml +++ b/product/dashboard/widgets/chart_hosts_summary_by_version.yaml @@ -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_ @@ -14,4 +15,4 @@ miq_schedule_options: :value: "1" :unit: daily enabled: true -read_only: true \ No newline at end of file +read_only: true \ No newline at end of file diff --git a/product/dashboard/widgets/chart_number_of_nodes_per_cpu_cores.yaml b/product/dashboard/widgets/chart_number_of_nodes_per_cpu_cores.yaml index 336f746636c..ae7f2221662 100644 --- a/product/dashboard/widgets/chart_number_of_nodes_per_cpu_cores.yaml +++ b/product/dashboard/widgets/chart_number_of_nodes_per_cpu_cores.yaml @@ -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_ diff --git a/product/dashboard/widgets/chart_pods_per_ready.yaml b/product/dashboard/widgets/chart_pods_per_ready.yaml index 7e34638a24e..705a7151e4e 100644 --- a/product/dashboard/widgets/chart_pods_per_ready.yaml +++ b/product/dashboard/widgets/chart_pods_per_ready.yaml @@ -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_ diff --git a/product/dashboard/widgets/chart_virtual_infrastructure_platforms.yaml b/product/dashboard/widgets/chart_virtual_infrastructure_platforms.yaml index 95282284463..3535da700f3 100644 --- a/product/dashboard/widgets/chart_virtual_infrastructure_platforms.yaml +++ b/product/dashboard/widgets/chart_virtual_infrastructure_platforms.yaml @@ -2,6 +2,7 @@ description: chart_virtual_infrastructure_platforms title: Virtual Infrastructure Platforms content_type: chart options: + :timezone_matters: false visibility: :roles: - _ALL_ @@ -14,4 +15,4 @@ miq_schedule_options: :value: "1" :unit: daily enabled: true -read_only: true \ No newline at end of file +read_only: true diff --git a/product/dashboard/widgets/nodes_by_cpu_capacity.yaml b/product/dashboard/widgets/nodes_by_cpu_capacity.yaml index 2fc0cbb9819..7ce2c05b836 100644 --- a/product/dashboard/widgets/nodes_by_cpu_capacity.yaml +++ b/product/dashboard/widgets/nodes_by_cpu_capacity.yaml @@ -7,6 +7,7 @@ options: - name - computer_system.hardware.cpu_total_cores - computer_system.hardware.memory_mb + :timezone_matters: false visibility: :roles: - _ALL_ diff --git a/product/dashboard/widgets/pods_per_ready.yaml b/product/dashboard/widgets/pods_per_ready.yaml index b1a078797a7..59974674fda 100644 --- a/product/dashboard/widgets/pods_per_ready.yaml +++ b/product/dashboard/widgets/pods_per_ready.yaml @@ -6,6 +6,7 @@ options: :col_order: - name - ready_condition_status + :timezone_matters: false visibility: :roles: - _ALL_ diff --git a/product/dashboard/widgets/projects_by_number_of_containers.yaml b/product/dashboard/widgets/projects_by_number_of_containers.yaml index 77cd6c7d0f9..8c4e1a52257 100644 --- a/product/dashboard/widgets/projects_by_number_of_containers.yaml +++ b/product/dashboard/widgets/projects_by_number_of_containers.yaml @@ -6,6 +6,7 @@ options: :col_order: - name - containers_count + :timezone_matters: false visibility: :roles: - _ALL_ diff --git a/product/dashboard/widgets/projects_by_number_of_pods.yaml b/product/dashboard/widgets/projects_by_number_of_pods.yaml index 4d3655a629a..526e8fb1b00 100644 --- a/product/dashboard/widgets/projects_by_number_of_pods.yaml +++ b/product/dashboard/widgets/projects_by_number_of_pods.yaml @@ -6,6 +6,7 @@ options: :col_order: - name - groups_count + :timezone_matters: false visibility: :roles: - _ALL_ diff --git a/product/dashboard/widgets/tenant_quotas.yaml b/product/dashboard/widgets/tenant_quotas.yaml index 16f54d18eb0..6a22f84026e 100644 --- a/product/dashboard/widgets/tenant_quotas.yaml +++ b/product/dashboard/widgets/tenant_quotas.yaml @@ -1,6 +1,8 @@ description: tenant_quotas title: Tenant Quotas content_type: report +options: + :timezone_matters: false visibility: :roles: - _ALL_ @@ -13,4 +15,4 @@ miq_schedule_options: :value: "1" :unit: daily enabled: true -read_only: true \ No newline at end of file +read_only: true