Merge pull request #2491 from loganhz/fix5

Expand the cluster options section for GKS and AKS
This commit is contained in:
Westly Wright 2018-12-11 09:59:03 -07:00 committed by GitHub
commit b553b47cc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -119,7 +119,7 @@
title=(t 'clusterNew.customize.title')
detail=(t 'clusterNew.customize.detail')
expandAll=al.expandAll
expandOnInit=isEditing
expandOnInit=true
expand=(action expandFn)
}}
<div class="row">

View File

@ -36,7 +36,7 @@
title=(t 'clusterNew.customize.title')
detail=(t 'clusterNew.customize.detail')
everExpanded=true
expandOnInit=(eq mode "edit" true false)
expandOnInit=true
expandAll=al.expandAll
expand=(action expandFn)
}}