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')
|
title=(t 'clusterNew.customize.title')
|
||||||
detail=(t 'clusterNew.customize.detail')
|
detail=(t 'clusterNew.customize.detail')
|
||||||
expandAll=al.expandAll
|
expandAll=al.expandAll
|
||||||
expandOnInit=isEditing
|
expandOnInit=true
|
||||||
expand=(action expandFn)
|
expand=(action expandFn)
|
||||||
}}
|
}}
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,7 @@
|
||||||
title=(t 'clusterNew.customize.title')
|
title=(t 'clusterNew.customize.title')
|
||||||
detail=(t 'clusterNew.customize.detail')
|
detail=(t 'clusterNew.customize.detail')
|
||||||
everExpanded=true
|
everExpanded=true
|
||||||
expandOnInit=(eq mode "edit" true false)
|
expandOnInit=true
|
||||||
expandAll=al.expandAll
|
expandAll=al.expandAll
|
||||||
expand=(action expandFn)
|
expand=(action expandFn)
|
||||||
}}
|
}}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue