Skip to content

Commit

Permalink
Merge pull request #672 from chambridge/rhcloud-26237-select
Browse files Browse the repository at this point in the history
RHCLOUD-26237: Use a select ddf type for Metered Product
  • Loading branch information
lindgrenj6 authored Nov 6, 2023
2 parents a43f3bc + 43b324c commit 1e995d1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion dao/seeds/source_types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,15 @@ amazon:
pattern: "^arnaws:.*"
- type: min-length
threshold: 10
- component: text-field
- component: select
name: application.extra.metered
label: Metered Product
simpleValue: true
options:
- label: None
value: ""
- label: Red Hat Enterprise Linux
value": rhel
isRequired: false
hideField: false
- type: cloud-meter-arn
Expand Down

0 comments on commit 1e995d1

Please sign in to comment.