Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Containers list views not show Provider/Project name #14243

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions product/views/Container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,15 @@ cols:
- name
- state

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

# Order of columns (from all tables)
col_order:
- name
Expand Down
9 changes: 9 additions & 0 deletions product/views/ContainerBuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,15 @@ cols:
- output_name
- completion_deadline_seconds

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

# Order of columns (from all tables)
col_order:
- name
Expand Down
9 changes: 9 additions & 0 deletions product/views/ContainerGroup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,15 @@ cols:
- dns_policy
- running_containers_summary

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

# Order of columns (from all tables)
col_order:
- name
Expand Down
6 changes: 6 additions & 0 deletions product/views/ContainerImage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ cols:
- image_ref
- display_registry

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

# Order of columns (from all tables)
col_order:
- name
Expand Down
6 changes: 6 additions & 0 deletions product/views/ContainerImageRegistry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ cols:
- host
- port

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

# Order of columns (from all tables)
col_order:
- host
Expand Down
6 changes: 6 additions & 0 deletions product/views/ContainerNode.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ cols:
- kernel_version
- container_runtime_version

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

# Order of columns (from all tables)
col_order:
- name
Expand Down
6 changes: 6 additions & 0 deletions product/views/ContainerProject.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ cols:
- containers_count
- images_count

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

# Order of columns (from all tables)
col_order:
- name
Expand Down
9 changes: 9 additions & 0 deletions product/views/ContainerReplicator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@ cols:
- replicas
- current_replicas

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

# Order of columns (from all tables)
col_order:
- name
Expand Down
9 changes: 9 additions & 0 deletions product/views/ContainerRoute.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@ db: ContainerRoute
cols:
- name

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

# Order of columns (from all tables)
col_order:
- name
Expand Down
9 changes: 9 additions & 0 deletions product/views/ContainerService.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,15 @@ cols:
- session_affinity
- container_groups_count

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

# Order of columns (from all tables)
col_order:
- name
Expand Down
9 changes: 9 additions & 0 deletions product/views/ContainerTemplate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@ db: ContainerTemplate
cols:
- name

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

# Order of columns (from all tables)
col_order:
- name
Expand Down