Skip to content
Snippets Groups Projects
Commit 36e33059 authored by Yas Naoi's avatar Yas Naoi Committed by Yas Naoi
Browse files

Issue #2736827 by yas: [Porting to D8] aws_cloud - implement view operations

parent 543199f8
No related branches found
No related tags found
No related merge requests found
......@@ -221,7 +221,7 @@ class SecurityGroup extends ContentEntityBase implements SecurityGroupInterface
'text_processing' => 0,
))
->setDisplayOptions('view', array(
'label' => 'above',
'label' => 'inline',
'type' => 'string',
'weight' => -5,
))
......
......@@ -299,7 +299,7 @@ class Volume extends ContentEntityBase implements VolumeInterface {
'text_processing' => 0,
))
->setDisplayOptions('view', array(
'label' => 'above',
'label' => 'inline',
'type' => 'string',
'weight' => -5,
))
......
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