ManageIQ/manageiq-ui-classic

View on GitHub
product/views/VolumeMapping.yaml

Summary

Maintainability
Test Coverage
#
# This is an MIQ Report configuration file
#   Single value parameters are specified as:
#     single_value_parm: value
#   Multiple value parameters are specified as:
#     multi_value_parm:
#       - value 1
#       - value 2
#

# Report title
title: Volume Mappings

# Menu name
name: VolumeMapping

# Main DB table report is based on
db: VolumeMapping
include:
  ext_management_system:
    columns:
    - name
  cloud_volume:
    storage_resource:
    columns:
    - name
  host_initiator:
    columns:
    - name
  host_initiator_group:
    columns:
    - name
  physical_storage:
    columns:
    - name


# Columns to fetch from the main table
#cols:


# Included tables and columns for query performance
#include_for_find:
#  :tags: {}

# Order of columns (from all tables)
col_order:
- ext_management_system.name
- physical_storage.name
- cloud_volume.name
- host_initiator.name
- host_initiator_group.name

# Column titles, in order
headers:
- EMS
- Storage
- Volume
- Host Initiator
- Host Initiator Group

# Condition(s) string for the SQL query
conditions:

# Order string for the SQL query
order: Ascending

# Columns to sort the report on, in order
sortby:
- ext_management_system.name
- physical_storage.name

# Group rows (y=yes,n=no,c=count)
group: n

# Graph type
#   Bar
#   Column
#   ColumnThreed
#   ParallelThreedColumn
#   Pie
#   PieThreed
#   StackedBar
#   StackedColumn
#   StackedThreedColumn

graph:

# Dimensions of graph (1 or 2)
#   Note: specifying 2 for a single dimension graph may not return expected results
dims: