We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adcfdeb commit 99f567cCopy full SHA for 99f567c
src/spaceone/inventory/connector/aws_elb_connector/schema/resource.py
@@ -108,11 +108,7 @@
108
),
109
TextDyField.data_source("Port", "port"),
110
TextDyField.data_source("Priority", "priority"),
111
- ListDyField.data_source(
112
- "Conditions",
113
- "conditions",
114
- default_badge={"type": "outline", "delimiter": "<br>"},
115
- ),
+ ListDyField.data_source("Conditions", "conditions"),
116
ListDyField.data_source("Actions", "actions"),
117
TextDyField.data_source("Rule Arn", "rule_arn"),
118
],
0 commit comments