mirror of https://github.com/rancher/ui.git
Merge pull request #2491 from loganhz/fix5
Expand the cluster options section for GKS and AKS
This commit is contained in:
commit
b553b47cc5
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
}}
|
||||
|
|
|
|||
Loading…
Reference in New Issue