Skip to content

Commit

Permalink
Display Vm power state in the related grid views
Browse files Browse the repository at this point in the history
  • Loading branch information
skateman committed Oct 30, 2018
1 parent 06036a2 commit 18e83c2
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ cols:
- last_compliance_status
- allocated_disk_storage
- last_scan_on
- normalized_state

# Included tables (joined, has_one, has_many) and columns
include:
Expand All @@ -46,6 +47,7 @@ include_for_find:
# Order of columns (from all tables)
col_order:
- name
- normalized_state
- availability_zone.name
- flavor.name
- ipaddresses
Expand All @@ -57,6 +59,7 @@ col_order:
# Column titles, in order
headers:
- Name
- Power State
- Availability Zone
- Flavor
- IP Addresses
Expand Down
3 changes: 3 additions & 0 deletions product/views/ManageIQ_Providers_CloudManager_Vm-vms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ cols:
- last_compliance_status
- allocated_disk_storage
- last_scan_on
- normalized_state

# Included tables (joined, has_one, has_many) and columns
include:
Expand All @@ -46,6 +47,7 @@ include_for_find:
# Order of columns (from all tables)
col_order:
- name
- normalized_state
- availability_zone.name
- flavor.name
- ipaddresses
Expand All @@ -57,6 +59,7 @@ col_order:
# Column titles, in order
headers:
- Name
- Power State
- Availability Zone
- Flavor
- IP Addresses
Expand Down
3 changes: 3 additions & 0 deletions product/views/ManageIQ_Providers_CloudManager_Vm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ cols:
- last_scan_on
- load_balancer_health_check_state
- region_description
- normalized_state

# Included tables (joined, has_one, has_many) and columns
include:
Expand All @@ -51,6 +52,7 @@ include_for_find:
# Order of columns (from all tables)
col_order:
- name
- normalized_state
- ext_management_system.name
- availability_zone.name
- flavor.name
Expand All @@ -65,6 +67,7 @@ col_order:
# Column titles, in order
headers:
- Name
- Power State
- Provider
- Availability Zone
- Flavor
Expand Down
3 changes: 3 additions & 0 deletions product/views/ManageIQ_Providers_InfraManager_Vm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ cols:
- allocated_disk_storage
- last_scan_on
- region_description
- normalized_state

# Included tables (joined, has_one, has_many) and columns
include:
Expand All @@ -50,6 +51,7 @@ include_for_find:
# Order of columns (from all tables)
col_order:
- name
- normalized_state
- ext_management_system.name
- ems_cluster_name
- host.name
Expand All @@ -63,6 +65,7 @@ col_order:
# Column titles, in order
headers:
- Name
- Power State
- Provider
- Cluster
- Host
Expand Down
3 changes: 3 additions & 0 deletions product/views/Vm-all_vms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ cols:
- last_compliance_status
- v_total_snapshots
- last_scan_on
- normalized_state

# Included tables (joined, has_one, has_many) and columns
include:
Expand All @@ -45,6 +46,7 @@ include_for_find:
# Order of columns (from all tables)
col_order:
- name
- normalized_state
- ems_cluster_name
- host.name
- storage.name
Expand All @@ -55,6 +57,7 @@ col_order:
# Column titles, in order
headers:
- Name
- Power State
- Cluster
- Host
- Datastore
Expand Down
3 changes: 3 additions & 0 deletions product/views/Vm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ cols:
- allocated_disk_storage
- last_scan_on
- cloud
- normalized_state

# Included tables (joined, has_one, has_many) and columns
include:
Expand All @@ -41,6 +42,7 @@ include_for_find:
# Order of columns (from all tables)
col_order:
- name
- normalized_state
- ipaddresses
- last_compliance_status
- v_total_snapshots
Expand All @@ -51,6 +53,7 @@ col_order:
# Column titles, in order
headers:
- Name
- Power State
- IP Addresses
- Compliant
- Total Snapshots
Expand Down
3 changes: 3 additions & 0 deletions product/views/VmOrTemplate-all_vms_and_templates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ cols:
- v_total_snapshots
- allocated_disk_storage
- last_scan_on
- normalized_state

# Included tables (joined, has_one, has_many) and columns
include:
Expand All @@ -47,6 +48,7 @@ include_for_find:
# Order of columns (from all tables)
col_order:
- name
- normalized_state
- ems_cluster_name
- host.name
- ipaddresses
Expand All @@ -59,6 +61,7 @@ col_order:
# Column titles, in order
headers:
- Name
- Power State
- Cluster
- Host
- IP Addresses
Expand Down
3 changes: 3 additions & 0 deletions product/views/VmOrTemplate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ cols:
- allocated_disk_storage
- last_scan_on
- region_description
- normalized_state

# Included tables (joined, has_one, has_many) and columns
include:
Expand All @@ -51,6 +52,7 @@ include_for_find:
# Order of columns (from all tables)
col_order:
- name
- normalized_state
- ext_management_system.name
- ems_cluster_name
- host.name
Expand All @@ -65,6 +67,7 @@ col_order:
# Column titles, in order
headers:
- Name
- Power State
- Provider
- Cluster
- Host
Expand Down
3 changes: 3 additions & 0 deletions product/views/Vm__restricted.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ cols:
- mem_cpu
- allocated_disk_storage
- used_disk_storage
- normalized_state

# Included tables (joined, has_one, has_many) and columns
include:
Expand All @@ -44,6 +45,7 @@ include_for_find:
# Order of columns (from all tables)
col_order:
- name
- normalized_state
- ipaddresses
- evm_owner.name
- miq_group.description
Expand All @@ -56,6 +58,7 @@ col_order:
# Column titles, in order
headers:
- Name
- Power State
- IP Addresses
- Owner
- Group
Expand Down

0 comments on commit 18e83c2

Please sign in to comment.