Skip to content

Commit

Permalink
Merge pull request #2850 from tumido/mw_deployment_server_group_column
Browse files Browse the repository at this point in the history
Add column to MW Deployments
  • Loading branch information
mzazrivec authored Nov 29, 2017
2 parents fd1d033 + 11f54b8 commit fccdff2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions product/views/MiddlewareDeployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ include:
columns:
- name
- hostname
middleware_server_group:
columns:
- name

# Included tables and columns for query performance

Expand All @@ -39,13 +42,15 @@ col_order:
- status
- middleware_server.name
- middleware_server.hostname
- middleware_server_group.name

# Column titles, in order
headers:
- Deployment Name
- Status
- Server
- Host Name
- Server Group

# Condition(s) string for the SQL query
conditions:
Expand All @@ -57,6 +62,7 @@ order: Ascending
sortby:
- name
- middleware_server.name
- middleware_server_group.name
- middleware_server.hostname

# Group rows (y=yes,n=no,c=count)
Expand Down

0 comments on commit fccdff2

Please sign in to comment.