Skip to content
Open
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
Original file line number Diff line number Diff line change
@@ -1,41 +1,25 @@
steps:
- form:
discriminator:
isResourceLoaded:
default: false
type: boolean
elements:
- computed: setReleaseNameAndNamespaceAndInitializeValues
if: returnFalse
type: input
- discriminator:
enabledFeatures:
type: array
elements:
- computed: getFeatureSetDescription
customClass: mb-20
label:
isSubsection: true
type: label-element
- computed: getEnabledFeatures
fetch: fetchFeatureSetOptions
hasDescription: true
individualItemDisabilityCheck: disableFeatures
onChange: onEnabledFeaturesChange
schema:
$ref: discriminator#/properties/enabledFeatures
type: checkbox
- computed: checkIsResourceLoaded
if: hideThisElement
type: input
- alertInfo:
show: true
type: info
label:
text: 'Note: Enabling a feature auto enables any prerequisite features'
type: label-element
type: single-step-form
type: single-step-form
step:
- loader: setReleaseNameAndNamespaceAndInitializeValues
type: single-step-form
id: dbaas-capa
title: steps.0.label
elements:
- type: checkbox
schema: temp/properties/enabledFeatures
label: ''
loader: fetchFeatureSetOptions
individualDisability: disableFeatures
init:
type: func
value: getEnabledFeatures
watcher:
func: onEnabledFeaturesChange
paths:
- temp/properties/enabledFeatures
- type: info
customClass: mt-24
label: 'Note: Enabling a feature auto enables any prerequisite features'
watcher:
func: checkIsResourceLoaded
paths:
- temp/properties/isResourceLoaded
type: multi-step-form
Loading
Loading