Skip to content

Commit

Permalink
Display ems name on Storage
Browse files Browse the repository at this point in the history
Change field to display the ems name on Storage.yaml

fixup to b46f814
  • Loading branch information
kbrock committed Mar 18, 2022
1 parent edeb2de commit a177cd6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions product/views/Storage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ db: Storage
# Columns to fetch from the main table
cols:
- name
- ext_management_system
- store_type
- total_space
- free_space
Expand All @@ -38,6 +37,9 @@ cols:

# Included tables (joined, has_one, has_many) and columns
include:
ext_management_system:
columns:
- name

# Included tables and columns for query performance
include_for_find:
Expand All @@ -46,7 +48,7 @@ include_for_find:
# Order of columns (from all tables)
col_order:
- name
- ext_management_system
- ext_management_system.name
- store_type
- total_space
- free_space
Expand Down

0 comments on commit a177cd6

Please sign in to comment.