Skip to content
Snippets Groups Projects
Commit f4e58ff8 authored by xiaohua guan's avatar xiaohua guan Committed by Yas Naoi
Browse files

Issue #3047299 by Xiaohua Guan, yas, Masami: Identify the instance name in the EIP list view

parent 726edffd
No related branches found
No related tags found
No related merge requests found
......@@ -607,6 +607,13 @@ function aws_cloud_update_8134() {
cloud_update_yml_definitions(['views.view.aws_volume.yml'], 'aws_cloud');
}
/**
* Update field instance_id in elastic ip views configurations.
*/
function aws_cloud_update_8135() {
cloud_update_yml_definitions(['views.view.aws_elastic_ip.yml'], 'aws_cloud');
}
/**
* Helper function to add fields to the entity type.
*
......
......@@ -380,9 +380,11 @@ display:
empty_zero: false
hide_alter_empty: true
click_sort_column: value
type: string
type: entity_link
settings:
link_to_entity: false
target_type: aws_cloud_instance
field_name: instance_id
html_generator_class: Drupal\cloud\Service\Util\EntityLinkWithShortNameHtmlGenerator
group_column: value
group_columns: { }
group_rows: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment